We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc68c2 commit e6dc8bdCopy full SHA for e6dc8bd
.travis.yml
@@ -19,10 +19,10 @@ matrix:
19
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
20
21
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
+ - pip install tox==3.14.0
+ - pip install virtualenv==16.7.5
+ - pip install py==1.8.0
+ - pip install pluggy==0.13.0
26
27
before_script:
28
# Run flake8 tests only on Python 2.7 and 3.7...
0 commit comments