Skip to content

Commit ec62dc5

Browse files
committed
Merge branch 'master' of github.com:KeepSafe/aiohttp
2 parents add103a + 2e54516 commit ec62dc5

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)