Merge pull request #504 from tbunnyman/update-tox

Clean up tox testing configuration
This commit is contained in:
Justin Mayer 2012-09-14 08:17:03 -07:00
commit b8279e1c9c
2 changed files with 9 additions and 11 deletions

View file

@ -1,10 +1,8 @@
Jinja2>=2.4
Pygments
docutils
feedgenerator
# Tests
unittest2
pytz
mock
# Optional Packages
Markdown
blinker
BeautifulSoup
typogrify
webassets

10
tox.ini
View file

@ -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