9 lines
116 B
INI
9 lines
116 B
INI
|
[tox]
|
||
|
envlist=py27,py34
|
||
|
skipsdist=True
|
||
|
|
||
|
[testenv]
|
||
|
usedevelop=True
|
||
|
deps=-rtest_requirements.txt
|
||
|
commands = nosetests
|