Skip to content

Commit

Permalink
Try to update pip before launching tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Mar 28, 2021
1 parent 529291f commit 23fec4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ branches:
before_install:
- sudo apt-get update
- sudo apt-get install -y xvfb herbstluftwm
- python -m pip install -U pip

install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset"
- sleep 3
- pip install -U pip
- pip install setuptools_rust
- pip install tox

jobs:
Expand Down Expand Up @@ -54,6 +57,5 @@ before_script:
- sleep 1

script:
- pip install --upgrade pip
- QT_DEBUG_PLUGINS=1 tox

0 comments on commit 23fec4d

Please sign in to comment.