Skip to content

Commit 6504cb3

Browse files
author
Bruno Oliveira
committed
Use --force-reinstall when installing tox
As described in: tox-dev/tox#791
1 parent 04ef193 commit 6504cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
install:
6161
- pip install -U pip
62-
- pip install -U setuptools tox
62+
- pip install -U --force-reinstall setuptools tox
6363

6464
script:
6565
- tox

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- pypy --version
2828

2929
- C:\Python35\python -m pip install -U pip
30-
- C:\Python35\python -m pip install -U setuptools tox
30+
- C:\Python35\python -m pip install -U --force-reinstall setuptools tox
3131

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

0 commit comments

Comments
 (0)