mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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]
|
[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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue