Skip to content

Commit

Permalink
Merge pull request #358 from pymssql/remove-py26-from-tox
Browse files Browse the repository at this point in the history
Remove Python 2.6 tox test environment.
  • Loading branch information
ramiro committed Dec 14, 2015
2 parents 9df8666 + e2dcc71 commit 2e1b423
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34
envlist = py27, py33, py34

[testenv]
changedir = {toxworkdir}
Expand All @@ -13,13 +13,6 @@ deps =
pytest
SQLAlchemy

[testenv:py26]
deps =
IPython<2.0.0
{[testenv]deps}
unittest2
gevent

[testenv:py27]
deps =
{[testenv]deps}
Expand Down

0 comments on commit 2e1b423

Please sign in to comment.