##// END OF EJS Templates
run appveyor tests
Srinivas Reddy Thatiparthy -
Show More
@@ -40,7 +40,8 b' init:'
40 install:
40 install:
41 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
41 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
42 - "%CMD_IN_ENV% pip install setuptools>=18.5 --upgrade"
42 - "%CMD_IN_ENV% pip install setuptools>=18.5 --upgrade"
43 - "%CMD_IN_ENV% pip install nose coverage ipython[test] --upgrade"
43 - "%CMD_IN_ENV% pip install nose coverage"
44 - "%CMD_IN_ENV% pip install -r requires.txt"
44 test_script:
45 test_script:
45 - "%CMD_IN_ENV% python -c 'True'"
46 - "%CMD_IN_ENV% nosetests ."
46
47
General Comments 0
You need to be logged in to leave comments. Login now