We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a3930 commit 266fb28Copy full SHA for 266fb28
.travis.yml
@@ -19,10 +19,10 @@ install:
19
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
20
21
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;
+ #wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
+ #bash ./miniconda.sh -b -p ${HOME}/miniconda;
+ #export PATH=${HOME}/miniconda/bin:$PATH;
+ #conda install --yes python="3.8" pyqt;
26
pip install -r requirements.txt
27
28
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
0 commit comments