mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
8 lines
108 B
INI
8 lines
108 B
INI
[tox]
|
|
envlist = py25,py26,py27
|
|
|
|
[testenv]
|
|
commands=py.test --junitxml=junit-{envname}.xml
|
|
deps =
|
|
pytest
|