File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,18 @@ language: python
22sudo : required
33
44python :
5- - " 3.6 "
5+ - " 3.7 "
66
77before_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+
1714script :
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
You can’t perform that action at this time.
0 commit comments