Skip to content

Commit

Permalink
Add AppVeyor configuration file .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Oct 21, 2018
1 parent d79362c commit fe68818
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 1.0.{build}
image: Visual Studio 2017

environment:
matrix:
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python27"

install:
- '%PYTHON%\python.exe -m pip install -U setuptools wheel'

build_script:
- '%PYTHON%\python.exe -m pip install .[dev,test]'

test_script:
- '%PYTHON%\python.exe -c "import fs.sshfs; print(fs.sshfs.__version__)"'

#after_test:
#- '%PYTHON%\python.exe -m codecov'

0 comments on commit fe68818

Please sign in to comment.