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.
1 parent f426f65 commit fde86e8Copy full SHA for fde86e8
.appveyor.yml
@@ -18,7 +18,7 @@ before_test:
18
test_script:
19
- ps: |
20
# e2e tests require `gl` binary
21
- &$env:PYTHON -m pip install .
+ &$env:PYTHON -m pip install . -r requirements.txt
22
# 'gl' is installed in Python Scripts directory
23
$env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
24
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
MANIFEST.in
@@ -1 +1 @@
1
-include README.md LICENSE.md
+include README.md LICENSE.md requirements.txt
0 commit comments