Skip to content

Commit

Permalink
Adding appveyor tests for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed May 23, 2017
1 parent a4cacb5 commit 2b1dc09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
environment:

matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python36"

install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe setup.py develop"

test_script:
- "%PYTHON%\\python.exe -m pytest -v vixen\\tests"

0 comments on commit 2b1dc09

Please sign in to comment.