Skip to content

Commit e7a3930

Browse files
Update .travis.yml
1 parent 45899de commit e7a3930

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ before_install:
2525
conda install --yes python="3.8" pyqt;
2626
pip install -r requirements.txt
2727

28-
#- sudo apt-get install libxcb-xinerama0
29-
#- sudo apt-get install -qq libegl1-mesa
30-
- sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
28+
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
3129

3230
script:
3331
- python demo_A_GUI_full.py simulate

0 commit comments

Comments
 (0)