Skip to content

Commit 14f12ab

Browse files
Update .travis.yml
1 parent 0602116 commit 14f12ab

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
language: python
2-
sudo: required
32

43
python:
5-
- "3.7"
4+
- "3.8"
65

76
before_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

1413
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

0 commit comments

Comments
 (0)