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 # Tests
Pygments
docutils
feedgenerator
unittest2 unittest2
pytz
mock mock
# Optional Packages
Markdown Markdown
blinker
BeautifulSoup BeautifulSoup
typogrify
webassets

10
tox.ini
View file

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