Skip to content

Commit 266fb28

Browse files
Update .travis.yml
1 parent e7a3930 commit 266fb28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ install:
1919
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2020

2121
before_install:
22-
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
23-
bash ./miniconda.sh -b -p ${HOME}/miniconda;
24-
export PATH=${HOME}/miniconda/bin:$PATH;
25-
conda install --yes python="3.8" pyqt;
22+
#wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
23+
#bash ./miniconda.sh -b -p ${HOME}/miniconda;
24+
#export PATH=${HOME}/miniconda/bin:$PATH;
25+
#conda install --yes python="3.8" pyqt;
2626
pip install -r requirements.txt
2727

2828
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0

0 commit comments

Comments
 (0)