summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 564f205092a287337f8725a998aa1fcc0928c12e (plain)
1
2
3
4
5
6
[testenv]
deps =
	-rtests/requirements.txt

commands = py.test
usedevelop = True