Skip to content

Commit e70e03e

Browse files
committed
Try using virtualenv for tox environments
1 parent 512ddb4 commit e70e03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: pip
3232

3333
install:
34-
- pip install -U pip
35-
- pip install tox tox-venv
34+
- pip install -U virtualenv
35+
- pip install tox
3636

3737
script: tox

0 commit comments

Comments
 (0)