Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
villeristi committed May 16, 2018
1 parent 4c32771 commit b4751cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,9 @@ cache:

install:
- source ${VIRTUAL_ENV}/bin/activate
- sudo -H ./docker/provision.sh install_splash
- cd docker
- sudo -H ./provision.sh install_splash
- cd ..
- sudo -H pip install tox
- python3.5 -c 'import splash, qt5reactor' # Check it's in the python path
- cd portiaui
Expand Down

0 comments on commit b4751cf

Please sign in to comment.