7 lines
85 B
INI
7 lines
85 B
INI
[tox]
|
|
envlist=py27
|
|
|
|
[testenv]
|
|
deps=-rrequirements-testing.txt
|
|
commands=py.test test/
|