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

[testenv]
commands = python -m nose2 -v
#sitepackages = True
usedevelop = True