Skip to content

Commit 937a595

Browse files
Update .travis.yml
1 parent c47f249 commit 937a595

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ language: python
22
sudo: required
33

44
python:
5-
- "3.6"
5+
- "3.7"
66

77
before_install:
88
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
99
bash ./miniconda.sh -b -p ${HOME}/miniconda;
1010
export PATH=${HOME}/miniconda/bin:$PATH;
11-
conda install --yes python="3.6" pyqt;
12-
conda install --yes numpy="1.15.0";
13-
conda install --yes pyqtgraph="0.10.0";
14-
conda install --yes pyserial="3.4.0";
15-
conda install --yes psutil="5.4.5";
16-
11+
conda install --yes python="3.7" pyqt;
12+
pip install -r requirements.txt
13+
1714
script:
1815
- python Arduino_PyQt_demo_with_multithreading.py
1916
- python Arduino_PyQt_demo_with_multithreading__minimalistic.py
2017
- python Arduino_PyQt_demo_without_multithreading.py
18+
- python foo_bar.py
19+
- python foo_baz.py

0 commit comments

Comments
 (0)