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 1
1
language : python
2
- sudo : required
3
2
4
3
python :
5
- - " 3.7 "
4
+ - " 3.8 "
6
5
7
6
before_install :
8
7
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
9
8
bash ./miniconda.sh -b -p ${HOME}/miniconda;
10
9
export PATH=${HOME}/miniconda/bin:$PATH;
11
- conda install --yes python="3.7 " pyqt;
10
+ conda install --yes python="3.8 " pyqt;
12
11
pip install -r requirements.txt
13
12
14
13
script :
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