Skip to content

Commit

Permalink
Fixing build for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
goranpavlovic committed Nov 7, 2019
1 parent d03c39d commit a749d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ env:
- AIOHTTP_VERSION=2.3.10

install:
- python setup.py install
- pip install -U pip
- pip install -q aiohttp==$AIOHTTP_VERSION
- python setup.py install
- pip install -r requirements-dev.txt
- pip install -U codecov
- pip install -q aiohttp==$AIOHTTP_VERSION

script:
- make cov
Expand Down

0 comments on commit a749d4b

Please sign in to comment.