forked from github/pelican
remove py2.6 support
This commit is contained in:
parent
1197e09626
commit
4ac094966e
1 changed files with 1 additions and 12 deletions
13
tox.ini
13
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue