Skip to content

Commit 65e2e6c

Browse files
Upgrade tox, virtualenv, py, and pluggy on Travis CI
1 parent 7fa337f commit 65e2e6c

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
@@ -18,10 +18,10 @@ matrix:
1818
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
1919

2020
install:
21-
- pip install tox==2.9.1
22-
- pip install virtualenv==15.2.0
23-
- pip install py==1.4.30
24-
- pip install pluggy==0.5.2
21+
- pip install tox==3.13.2
22+
- pip install virtualenv==16.7.4
23+
- pip install py==1.8.0
24+
- pip install pluggy==0.12.0
2525

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

0 commit comments

Comments
 (0)