Skip to content

Commit

Permalink
Merge 9443e53 into 71ade8b
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 15, 2016
2 parents 71ade8b + 9443e53 commit b102af8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"pyyaml",
"requests",
"six",
"twisted >= 14.0.0, < 15.5.0", # Python 2.6 support was dropped in 15.5.0
"twisted >= 14.0.0",
],
)
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ deps =
commands =
py.test --capture=no {posargs:tests}

[testenv:py26]
deps =
twisted<15.5
{[testenv]deps}

[testenv:flake8]
deps = flake8
commands =
Expand Down

0 comments on commit b102af8

Please sign in to comment.