Skip to content

Commit 2153ca1

Browse files
authored
Merge pull request #151 from techtonik/patch-2
Fix AppVeyor - end2end tests need installed gl binary
2 parents ca63022 + e71af31 commit 2153ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ before_test:
3333

3434
test_script:
3535
- ps: |
36+
&$env:PYTHON -m pip install .
3637
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
3738
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
3839
# upload results to AppVeyor

0 commit comments

Comments
 (0)