Skip to content

Commit

Permalink
Add appveyor.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Oct 26, 2016
1 parent 683542c commit 5d7d312
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:\\Python35"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python27"
install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
build: off
test_script:
- "%PYTHON%\\python.exe -m unittest discover"
- "%PYTHON%\\python.exe doctests.py"
- "%PYTHON%\\python.exe setup.py install"

0 comments on commit 5d7d312

Please sign in to comment.