Skip to content

Commit

Permalink
Use --force-reinstall when installing tox
Browse files Browse the repository at this point in the history
As described in:

tox-dev/tox#791
  • Loading branch information
nicoddemus committed May 14, 2019
1 parent 04ef193 commit 6504cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

install:
- pip install -U pip
- pip install -U setuptools tox
- pip install -U --force-reinstall setuptools tox

script:
- tox
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- pypy --version

- C:\Python35\python -m pip install -U pip
- C:\Python35\python -m pip install -U setuptools tox
- C:\Python35\python -m pip install -U --force-reinstall setuptools tox

build: false # Not a C# project, build stuff at the test step instead.

Expand Down

0 comments on commit 6504cb3

Please sign in to comment.