Skip to content

Commit 2e54516

Browse files
committed
Update .travis.yml
1 parent f1d94c7 commit 2e54516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55

66
install:
77
- pip install --upgrade setuptools
8-
- pip install coveralls --use-mirrors
8+
- pip install coveralls
99
- pip install flake8
1010
- pip install docutils
1111
- python setup.py develop
@@ -15,7 +15,7 @@ script:
1515
- coverage run --source=aiohttp setup.py test
1616
- python setup.py check -rms
1717
after_success:
18-
coveralls
18+
- coveralls
1919

2020
env:
2121
matrix:

0 commit comments

Comments
 (0)