Skip to content

Commit 0f880b8

Browse files
Update .travis.yml
1 parent 266fb28 commit 0f880b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22

33
python:
4+
- "3.6"
5+
- "3.7"
46
- "3.8"
57

68
addons:
@@ -25,10 +27,10 @@ before_install:
2527
#conda install --yes python="3.8" pyqt;
2628
pip install -r requirements.txt
2729

28-
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
30+
#sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
2931

3032
script:
31-
- python demo_A_GUI_full.py simulate
33+
#- python demo_A_GUI_full.py simulate
3234
- python demo_A_GUI_full.py
3335
- python demo_B_GUI_minimal.py
3436
- python demo_C_singlethread_for_comparison.py

0 commit comments

Comments
 (0)