summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 44a21e0c8fc3ade7464d7920f51ea4d13fc00266 (plain)
1
2
3
4
5
6
7
8
9
10
# content of: tox.ini, put in same dir as setup.py
[tox]
envlist = py26,py27,py32,py33
[testenv]
deps=pytest
setenv =
    PYTHONWARNINGS = always
commands=python test_configobj.py
     python validate.py
     py.test tests