committing updates to tox.ini file for use with tox

This commit is contained in:
Kelsey Hawley 2013-12-31 12:34:09 -08:00
parent d643be1c8c
commit e6606c67fa

View File

@ -4,8 +4,11 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py32, py33
envlist = py33
[testenv]
commands = {envpython} setup.py test
commands = py.test
deps =
pytest
warcprox
requests