9 lines
105 B
INI
9 lines
105 B
INI
|
[tox]
|
||
|
envlist = py27,py36
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
pytest
|
||
|
requests
|
||
|
commands = pytest --tb=short
|