Skip to content

Commit ab6e93e

Browse files
committed
Amended .travis.yml to account for extras
1 parent b0b40a5 commit ab6e93e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ python:
55
- "2.7"
66
# - "3.2"
77
- "3.3"
8-
install: "python setup.py develop"
8+
install:
9+
- "python setup.py develop"
10+
- "pip install aiohttp"
11+
- "pip install tornado"
12+
- "pip install urlfetch"
913
script: "python setup.py test"

0 commit comments

Comments
 (0)