We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca63022 + e71af31 commit 2153ca1Copy full SHA for 2153ca1
.appveyor.yml
@@ -33,6 +33,7 @@ before_test:
33
34
test_script:
35
- ps: |
36
+ &$env:PYTHON -m pip install .
37
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
38
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
39
# upload results to AppVeyor
0 commit comments