8 lines
73 B
INI
8 lines
73 B
INI
|
[tox]
|
||
|
envlist = py27,py36
|
||
|
|
||
|
[testenv]
|
||
|
deps = pytest
|
||
|
commands =
|
||
|
pytest
|