Skip to content

Commit

Permalink
Adds contrib/requirements/py26.txt (importlib)
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 26, 2011
1 parent 8a8a18b commit 08846a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/requirements/py26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
importlib
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commands = pip -E {envdir} install -r contrib/requirements/default.txt
[testenv:py26]
basepython = python2.6
commands = pip -E {envdir} install -r contrib/requirements/default.txt
pip -E {envdir} install -r contrib/requirements/py26.txt
pip -E {envdir} install -r contrib/requirements/test.txt
nosetests --with-xunit --xunit-file=nosetests.xml \
--with-coverage3 --cover3-xml \
Expand Down

0 comments on commit 08846a2

Please sign in to comment.