Skip to content

Commit 9589377

Browse files
committed
Attempt to get Appveyor working
1 parent 45641b1 commit 9589377

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
environment:
2+
matrix:
3+
- PYTHON: "C:\\Python27"
4+
- PYTHON: "C:\\Python34"
5+
- PYTHON: "C:\\Python35"
6+
install:
7+
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
8+
test_script:
9+
- "%PYTHON%\\python.exe -m unittest discover"

0 commit comments

Comments
 (0)