Skip to content

Commit e1baac0

Browse files
Stranger6667auvipy
authored andcommitted
Update Travis CI config (#466)
1 parent 838f59a commit e1baac0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ matrix:
2222
fast_finish: true
2323

2424
install:
25-
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
26-
- pip install tox "virtualenv<14"
25+
- travis_retry pip install tox
2726

2827
script:
2928
- tox
3029

3130
after_success:
32-
- pip install codecov
33-
- codecov -e TOXENV
31+
- bash <(curl -s https://codecov.io/bash)
3432

3533
notifications:
3634
email: false

0 commit comments

Comments
 (0)