Skip to content

Commit

Permalink
Travis-CI: Install aiohttp when running Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Mar 7, 2019
1 parent abcc012 commit b71edad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:

before_install:
- pip install nose coverage coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then travis_retry pip install aiohttp; fi

script:
- nosetests -v --with-coverage --cover-package=jsonrpclib tests
Expand Down

0 comments on commit b71edad

Please sign in to comment.