Skip to content

Commit 89db0f6

Browse files
committed
Install additional dependencies in travis for testing.
1 parent 6322a00 commit 89db0f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ install:
99
- pip install .
1010
# Our test server uses autobahn
1111
- pip install autobahn
12+
# For 2.x, our server needs twisted
13+
- pip install twisted
14+
# For 3.x where x < 4, our server needs trollius
15+
- pip install trollius
1216
script: python tests/test_pusherclient.py
1317

0 commit comments

Comments
 (0)