Skip to content

Commit

Permalink
Merge pull request #115 from moreati/tox-py26
Browse files Browse the repository at this point in the history
Tox: install unittest2 under Python 2.6
  • Loading branch information
jarondl committed Sep 6, 2015
2 parents 87a8220 + df203be commit e7fc57e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ envlist = py26, py27, py32, py33, py34

[testenv]
commands = python setup.py test -q
deps = six
deps =
py26: unittest2
six

0 comments on commit e7fc57e

Please sign in to comment.