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 2153ca1 + 85b3e0c commit f14e52dCopy full SHA for f14e52d
.appveyor.yml
@@ -33,7 +33,10 @@ before_test:
33
34
test_script:
35
- ps: |
36
+ # e2e tests require `gl` binary
37
&$env:PYTHON -m pip install .
38
+ # 'gl' is installed in Python Scripts directory
39
+ $env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
40
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
41
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
42
# upload results to AppVeyor
0 commit comments