Commit ee042939 authored by Jason R. Coombs's avatar Jason R. Coombs

Merge pull request #25 from dhellmann/fix-tox

Fix tox settings so they work
parents 427b3bf0 35b0d824
[tox]
envlist = py26,py27,py31,py32,py33,py34
[testenv]
deps=pytest
commands=py.test {posargs}
deps=
pytest
mock
commands=py.test setuptools {posargs}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment