1
0
Fork 0
forked from github/pelican

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]
envlist = py26,py27,py32
envlist = py27,py32
[testenv]
commands =
@ -39,17 +39,6 @@ commands =
nosetests -s tests
deps =
[testenv:py26]
deps =
nose
unittest2
mock
Markdown
BeautifulSoup4
feedgenerator
typogrify
webassets
[testenv:py27]
deps =
nose