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
|
||||
Pygments
|
||||
docutils
|
||||
feedgenerator
|
||||
# Tests
|
||||
unittest2
|
||||
pytz
|
||||
mock
|
||||
# Optional Packages
|
||||
Markdown
|
||||
blinker
|
||||
BeautifulSoup
|
||||
typogrify
|
||||
webassets
|
||||
10
tox.ini
10
tox.ini
|
|
@ -2,14 +2,14 @@
|
|||
envlist = py26,py27
|
||||
|
||||
[testenv]
|
||||
commands = nosetests -s tests
|
||||
commands =
|
||||
nosetests -s tests
|
||||
unit2 discover []
|
||||
deps =
|
||||
nose
|
||||
Jinja2
|
||||
Pygments
|
||||
docutils
|
||||
feedgenerator
|
||||
unittest2
|
||||
mock
|
||||
Markdown
|
||||
BeautifulSoup
|
||||
typogrify
|
||||
webassets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue