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 88cf247 commit 723d917Copy full SHA for 723d917
.travis.yml
@@ -5,12 +5,13 @@ python:
5
- "2.7"
6
- "3.3"
7
- "3.4"
8
+ - "3.5"
9
+ - "3.6"
10
before_install:
11
- pip install --upgrade setuptools
12
install:
13
- "python setup.py develop"
- - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi
- - if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install aiohttp; fi
14
+ - "if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install aiohttp; fi"
15
- "pip install tornado"
16
- "pip install urlfetch"
17
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
0 commit comments