Skip to content

Commit

Permalink
Simplify before_install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Dec 8, 2019
1 parent f6d4c08 commit 19565d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ matrix:
before_install:
# Install neccessary Linux dependencies to build wxPython.
# See: https://github.com/wxWidgets/Phoenix/blob/master/.azure/ci-linux-job.yml
- sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get update
- sudo apt-get install -y build-essential
- sudo apt-get install -y python3-dev libgtk-3-dev libjpeg-dev libtiff-dev
- sudo apt-get install -y build-essential python3-dev libgtk-3-dev libjpeg-dev libtiff-dev
script:
- tox
- python: 3.7
Expand Down

0 comments on commit 19565d1

Please sign in to comment.