Skip to content

Commit e71af31

Browse files
authored
Fix AppVeyor - end2end tests need installed gl binary
1 parent fa8c442 commit e71af31

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)