Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Feb 13, 2019
1 parent 4f9f897 commit f595dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,11 @@ matrix:
dist: trusty # "cannot import name QtOpenGL" with xenial
cache: pip # avoid PySide wheel build

addons:
apt:
packages:
- libegl1-mesa

install:
- pip install -U --upgrade-strategy eager .[alldeps,test,doc]
# Update dependencies (e.g. numpy formatting changed in v1.14).
Expand Down

0 comments on commit f595dca

Please sign in to comment.