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 b0b40a5 commit ab6e93eCopy full SHA for ab6e93e
1 file changed
.travis.yml
@@ -5,5 +5,9 @@ python:
5
- "2.7"
6
# - "3.2"
7
- "3.3"
8
-install: "python setup.py develop"
+install:
9
+ - "python setup.py develop"
10
+ - "pip install aiohttp"
11
+ - "pip install tornado"
12
+ - "pip install urlfetch"
13
script: "python setup.py test"
0 commit comments