Skip to content

Commit

Permalink
Add Twisted 14.0 to tox while we're at it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanj committed May 16, 2014
1 parent 7bd4bd1 commit c4f99a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27-twisted-132, py27-twisted-trunk, pyflakes, sphinx
envlist = py27-twisted-132, py27-twisted-140, py27-twisted-trunk, pyflakes, sphinx


[testenv]
Expand All @@ -17,6 +17,14 @@ deps =
Twisted==13.2


# Twisted 14.0
[testenv:py27-twisted-140]
basepython = python2.7
deps =
{[testenv]deps}
Twisted==14.0


## Trunk Twisted ##
[testenv:py27-twisted-trunk]
basepython = python2.7
Expand Down

0 comments on commit c4f99a0

Please sign in to comment.