Skip to content

Commit

Permalink
Use tox instead of detox (carltongibson#996)
Browse files Browse the repository at this point in the history
Remove detox, since it's an unnecessary complicating factor. The
majority of the build time is container creation in Travis. Adding tox
run parallelization only adds nominal benefits.
  • Loading branch information
rpkilby authored and sneto committed Feb 4, 2019
1 parent cece0c6 commit f0ff0f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ python:
cache: pip

install:
# latest detox and tox aren't compatible https://github.com/carltongibson/django-filter/issues/990
- pip install coverage detox==0.13 tox~=3.2.1 tox-travis tox-venv
- pip install coverage tox tox-travis tox-venv

script:
- coverage erase
- detox
- tox

matrix:
fast_finish: true
Expand Down

0 comments on commit f0ff0f4

Please sign in to comment.