summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c0a3fc5..5e30a82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,14 +6,16 @@ envlist =
commands =
python setup.py test -q
deps =
+ setuptools-git
virtualenv
[testenv:cover]
basepython =
python2.6
commands =
- python setup.py nosetests --with-xunit --with-xcoverage
+ nosetests --with-xunit --with-xcoverage
deps =
+ setuptools-git
virtualenv
nose
coverage