summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0e7967d6ad0eb8e18c87123ff80bd3d9fd4e46f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# content of: tox.ini, put in same dir as setup.py
[tox]
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 --cov-report term-missing  --cov configobj.py --cov validate.py