Skip to content

Commit

Permalink
migrating windows builds to using py.test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Jan 13, 2016
1 parent cd7b16c commit 8ffc33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -24,4 +24,4 @@ install:
- "%PYTHON%/Scripts/pip.exe install -r dev-requirements.txt"
test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/python.exe setup.py test"
- "%PYTHON%/Scripts/py.test"

0 comments on commit 8ffc33b

Please sign in to comment.