9 lines
108 B
INI
9 lines
108 B
INI
|
[tox]
|
||
|
testenv = py34,py35,py36
|
||
|
|
||
|
[testenv]
|
||
|
deps=
|
||
|
pytest
|
||
|
commands =
|
||
|
pip install -e .
|
||
|
py.test tests
|