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