We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266fb28 commit 0f880b8Copy full SHA for 0f880b8
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
3
python:
4
+ - "3.6"
5
+ - "3.7"
6
- "3.8"
7
8
addons:
@@ -25,10 +27,10 @@ before_install:
25
27
#conda install --yes python="3.8" pyqt;
26
28
pip install -r requirements.txt
29
- sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
30
+ #sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
31
32
script:
- - python demo_A_GUI_full.py simulate
33
+ #- python demo_A_GUI_full.py simulate
34
- python demo_A_GUI_full.py
35
- python demo_B_GUI_minimal.py
36
- python demo_C_singlethread_for_comparison.py
0 commit comments