File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11language : python
2- sudo : required
32
43python :
5- - " 3.7 "
4+ - " 3.8 "
65
76before_install :
87 wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
98 bash ./miniconda.sh -b -p ${HOME}/miniconda;
109 export PATH=${HOME}/miniconda/bin:$PATH;
11- conda install --yes python="3.7 " pyqt;
10+ conda install --yes python="3.8 " pyqt;
1211 pip install -r requirements.txt
1312
1413script :
15- - python Arduino_PyQt_demo_with_multithreading .py
16- - python Arduino_PyQt_demo_with_multithreading__minimalistic .py
17- - python Arduino_PyQt_demo_without_multithreading .py
18- - python foo_bar .py
19- - python foo_baz .py
14+ - python demo_A_GUI_full .py
15+ - python demo_B_GUI_minimal .py
16+ - python demo_C_singlethread_for_comparison .py
17+ - python demo_D_no_GUI .py
18+ - python demo_E_no_GUI .py
You can’t perform that action at this time.
0 commit comments