Skip to content

Commit 360b83a

Browse files
Upgrade tox, virtualenv, py, and pluggy on Travis CI
1 parent 7efd55d commit 360b83a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ matrix:
2222
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
2323

2424
install:
25-
- pip install tox==2.9.1
26-
- pip install virtualenv==15.2.0
27-
- pip install py==1.4.30
28-
- pip install pluggy==0.5.2
25+
- pip install tox==3.13.2
26+
- pip install virtualenv==16.7.4
27+
- pip install py==1.8.0
28+
- pip install pluggy==0.12.0
2929

3030
before_script:
3131
# Run flake8 tests only on Python 2.7 and 3.7...
@@ -34,7 +34,7 @@ before_script:
3434
- if [[ $TRAVIS_PYTHON_VERSION == *.7 ]]; then
3535
pip install flake8;
3636
flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics;
37-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics;
37+
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics;
3838
fi
3939

4040
script:

0 commit comments

Comments
 (0)