7 lines
87 B
INI
7 lines
87 B
INI
[tox]
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test
|