mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #504 from tbunnyman/update-tox
Clean up tox testing configuration
This commit is contained in:
commit
b8279e1c9c
2 changed files with 9 additions and 11 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
Jinja2>=2.4
|
# Tests
|
||||||
Pygments
|
|
||||||
docutils
|
|
||||||
feedgenerator
|
|
||||||
unittest2
|
unittest2
|
||||||
pytz
|
|
||||||
mock
|
mock
|
||||||
|
# Optional Packages
|
||||||
Markdown
|
Markdown
|
||||||
blinker
|
|
||||||
BeautifulSoup
|
BeautifulSoup
|
||||||
|
typogrify
|
||||||
|
webassets
|
||||||
10
tox.ini
10
tox.ini
|
|
@ -2,14 +2,14 @@
|
||||||
envlist = py26,py27
|
envlist = py26,py27
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = nosetests -s tests
|
commands =
|
||||||
|
nosetests -s tests
|
||||||
|
unit2 discover []
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
Jinja2
|
|
||||||
Pygments
|
|
||||||
docutils
|
|
||||||
feedgenerator
|
|
||||||
unittest2
|
unittest2
|
||||||
mock
|
mock
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup
|
BeautifulSoup
|
||||||
|
typogrify
|
||||||
|
webassets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue