remove py2.6 support

This commit is contained in:
Alexis Métaireau 2013-01-11 18:47:22 +01:00
commit 4ac094966e

13
tox.ini
View file

@ -31,7 +31,7 @@
[tox] [tox]
envlist = py26,py27,py32 envlist = py27,py32
[testenv] [testenv]
commands = commands =
@ -39,17 +39,6 @@ commands =
nosetests -s tests nosetests -s tests
deps = deps =
[testenv:py26]
deps =
nose
unittest2
mock
Markdown
BeautifulSoup4
feedgenerator
typogrify
webassets
[testenv:py27] [testenv:py27]
deps = deps =
nose nose