summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 8c8d172829adb48b1c874b57c6bca8332ef2d998 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py27, py35

[testenv]
deps = -r{toxinidir}/development.txt

commands = nosetests --rednose -s tests/unit
           nosetests --rednose -s tests/functional