Skip to content

Commit a749d4b

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

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
@@ -11,11 +11,11 @@ env:
1111
- AIOHTTP_VERSION=2.3.10
1212

1313
install:
14-
- python setup.py install
1514
- pip install -U pip
15+
- pip install -q aiohttp==$AIOHTTP_VERSION
16+
- python setup.py install
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)