Skip to content

Commit e6dc8bd

Browse files
Upgrade tox, virtualenv, py, and pluggy on Travis CI
1 parent dfc68c2 commit e6dc8bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ matrix:
1919
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
2020

2121
install:
22-
- pip install tox==2.9.1
23-
- pip install virtualenv==15.2.0
24-
- pip install py==1.4.30
25-
- pip install pluggy==0.5.2
22+
- pip install tox==3.14.0
23+
- pip install virtualenv==16.7.5
24+
- pip install py==1.8.0
25+
- pip install pluggy==0.13.0
2626

2727
before_script:
2828
# Run flake8 tests only on Python 2.7 and 3.7...

0 commit comments

Comments
 (0)