Skip to content

Commit b3c68cb

Browse files
committed
Fixing build for python 3.5
1 parent d03c39d commit b3c68cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ env:
1111
- AIOHTTP_VERSION=2.3.10
1212

1313
install:
14+
- pip install -q aiohttp==$AIOHTTP_VERSION
1415
- python setup.py install
1516
- pip install -U pip
1617
- pip install -r requirements-dev.txt
1718
- pip install -U codecov
18-
- pip install -q aiohttp==$AIOHTTP_VERSION
1919

2020
script:
2121
- make cov

0 commit comments

Comments
 (0)