Skip to content

Commit

Permalink
Add verbosity to tox command to pass on as pip -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Dec 8, 2019
1 parent 19565d1 commit eb1b0a8
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 @@ -17,7 +17,9 @@ matrix:
- sudo apt-get update
- sudo apt-get install -y build-essential python3-dev libgtk-3-dev libjpeg-dev libtiff-dev
script:
- tox
# Pass -vvv to pip through tox because wxPython can take ~20min to build and
# Travis CI thinks that the build has stalled unless build progress is output.
- tox -vvvvv
- python: 3.7
name: "Test Python 3.7"
env: TOXENV=py37
Expand Down

0 comments on commit eb1b0a8

Please sign in to comment.