Skip to content

Commit

Permalink
Add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed May 3, 2017
1 parent ea4b984 commit 1330499
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment:

matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"

install:
- "%PYTHON%\\python.exe -m pip install nose coveralls"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install ."

test_script:
- "%PYTHON%\\python.exe --source=nbmerge setup.py nosetests"

0 comments on commit 1330499

Please sign in to comment.