Skip to content

Commit

Permalink
Travis,AppVeyour: Pin Tox version to fix the build
Browse files Browse the repository at this point in the history
It seems that Tox 3.5.0 breaks the `--installpkg` option, so pin Tox
version to 3.4.0 to fix the tests and to avoid such surprises caused by
a new relesease for Tox in the future.

See the relavant Tox issue and the failing Travis build log:
tox-dev/tox#1042
https://travis-ci.org/suutari/prequ/jobs/438550460
  • Loading branch information
suutari committed Oct 8, 2018
1 parent 3a8c9f6 commit 1c022d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
install:
- python -m pip install -U pip setuptools wheel
- pip install codecov
- pip install -U tox
- pip install tox==3.4.0
build_script:
- python setup.py bdist_wheel
test_script:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ matrix:
python: "2.7"

install:
- pip install tox-travis
- pip install tox==3.4.0 tox-travis
- pip install codecov
- pip install -U pip setuptools
- python setup.py bdist_wheel
Expand Down

0 comments on commit 1c022d2

Please sign in to comment.