Skip to content

Commit feec99b

Browse files
committed
Update travis config.
1 parent 8deb28e commit feec99b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ python:
55
- "3.2"
66
- "3.3"
77

8+
matrix:
9+
allow_failures:
10+
# 2.6 doesn't have SkipTest, so it's going to fail.
11+
- python: 2.6
12+
813
install:
9-
- "pip install pytest coveralls pytz ."
14+
# `pip install twisted` fails on python 3 except on trunk.
15+
- "pip install pytest coveralls pytz . git+https://github.com/twisted/twisted"
1016
script:
1117
- "coverage run $(which py.test) ."
1218
after_success:

0 commit comments

Comments
 (0)