add apt get update to travis

This commit is contained in:
Johannes Pohl
2017-02-20 19:33:26 +01:00
parent b05bedfd7c
commit 0ca177bb4d

View File

@@ -8,7 +8,7 @@ python:
- "3.6"
before_script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.4'* ]]; then sudo apt-get -y install python3-pyqt5 python3-numpy python3-psutil; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.4'* ]]; then sudo apt-get update && sudo apt-get -y install python3-pyqt5 python3-numpy python3-psutil; fi
- sudo apt-get install -qq libegl1-mesa
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start