Skip to content

Commit 723d917

Browse files
committed
Test versions 3.5 and 3.6 with travis
1 parent 88cf247 commit 723d917

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ python:
55
- "2.7"
66
- "3.3"
77
- "3.4"
8+
- "3.5"
9+
- "3.6"
810
before_install:
911
- pip install --upgrade setuptools
1012
install:
1113
- "python setup.py develop"
12-
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi
13-
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install aiohttp; fi
14+
- "if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install aiohttp; fi"
1415
- "pip install tornado"
1516
- "pip install urlfetch"
1617
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi

0 commit comments

Comments
 (0)