summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-22 14:16:24 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-22 14:16:24 -0500
commit6241f13d3a28653f9fe24f30f5696b8730e6d7f5 (patch)
tree13555f40eee5568c6385fcf14d38d22e5948df75 /tox.ini
parent21f330c997496765a2aa58dd7c3297b7b8c1adc1 (diff)
downloadconfigobj-git-6241f13d3a28653f9fe24f30f5696b8730e6d7f5.tar.gz
#24 - initial coveralls support; need to follow through with configuring it with tox
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 44a21e0..fb1c95b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,8 +3,10 @@
envlist = py26,py27,py32,py33
[testenv]
deps=pytest
+ pytest-cov
+ python-coveralls
setenv =
PYTHONWARNINGS = always
commands=python test_configobj.py
python validate.py
- py.test tests
+ py.test tests --cov=tests --cov-report term-missing