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 8e3ab61 commit c547b88Copy full SHA for c547b88
.travis.yml
@@ -5,6 +5,8 @@ python:
5
- "2.7"
6
- "3.3"
7
- "3.4"
8
+before_install:
9
+ - pip install --upgrade setuptools
10
install:
11
- "python setup.py develop"
12
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi
0 commit comments