10 lines
94 B
INI
10 lines
94 B
INI
[tox]
|
|
envlist = py27,py36
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pytest_mock
|
|
commands =
|
|
pytest
|