Skip to content

Commit

Permalink
Merge pull request #65 from itamarst/newer-twisted-63
Browse files Browse the repository at this point in the history
Test with Twisted 14.0 on both Python 2 and 3.

Fixes #63.
  • Loading branch information
itamarst committed May 31, 2014
2 parents e8f586c + 4a3dc99 commit a93ff8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python

env:
- TWISTED=Twisted==12.0 RUNTESTS=trial
- TWISTED=Twisted==12.1 RUNTESTS=trial
- TWISTED=Twisted==12.2 RUNTESTS=trial
- TWISTED=Twisted==12.3 RUNTESTS=trial
- TWISTED=Twisted==13.0 RUNTESTS=trial
- TWISTED=Twisted==13.1 RUNTESTS=trial
- TWISTED=Twisted==13.2 RUNTESTS=trial
- TWISTED=Twisted==14.0 RUNTESTS=trial

python:
- 2.6
Expand All @@ -17,7 +17,7 @@ python:
matrix:
include:
- python: 3.3
env: TWISTED=git+https://github.com/twisted/twisted.git RUNTESTS="python -m unittest discover"
env: TWISTED=Twisted==14.0 RUNTESTS="python -m unittest discover"

install:
- python setup.py --version
Expand Down

0 comments on commit a93ff8b

Please sign in to comment.