Skip to content

Commit

Permalink
Merge pull request twisted#69 from hawkowl/tox-tw15
Browse files Browse the repository at this point in the history
Add Twisted 15.0 in build matrix
  • Loading branch information
hynek committed Jan 30, 2015
2 parents aa2b367 + 9c3d22e commit 77cc51c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
- TOX_ENV=py26-twtrunk
- TOX_ENV=py27-twtrunk
- TOX_ENV=pypy-twtrunk
- TOX_ENV=py26-tw150
- TOX_ENV=py27-tw150
- TOX_ENV=pypy-tw150
- TOX_ENV=py26-tw140
- TOX_ENV=py27-tw140
- TOX_ENV=pypy-tw140
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
{py26,py27,pypy}-{twcurrent,twtrunk,tw121,tw122,tw123,tw130,tw131,tw132,tw140},
{py26,py27,pypy}-{twcurrent,twtrunk,tw121,tw122,tw123,tw130,tw131,tw132,tw140,tw150},
pyflakes, docs, docs-linkcheck

###########################
Expand All @@ -22,6 +22,7 @@ deps =
tw131: Twisted==13.1
tw132: Twisted==13.2
tw140: Twisted==14.0.2
tw150: Twisted==15.0
twcurrent: Twisted
twtrunk: git+git://github.com/twisted/twisted.git
commands =
Expand Down

0 comments on commit 77cc51c

Please sign in to comment.