We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c39d commit a749d4bCopy full SHA for a749d4b
.travis.yml
@@ -11,11 +11,11 @@ env:
11
- AIOHTTP_VERSION=2.3.10
12
13
install:
14
- - python setup.py install
15
- pip install -U pip
+ - pip install -q aiohttp==$AIOHTTP_VERSION
16
+ - python setup.py install
17
- pip install -r requirements-dev.txt
18
- pip install -U codecov
- - pip install -q aiohttp==$AIOHTTP_VERSION
19
20
script:
21
- make cov
0 commit comments