mirror of
https://github.com/jopohl/urh.git
synced 2026-03-09 17:56:48 +01:00
add apt get update to travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user