mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
12 lines
155 B
INI
12 lines
155 B
INI
[tox]
|
|
envlist = py25,py26,py27,pypy
|
|
|
|
[testenv]
|
|
commands=py.test --junitxml=junit-{envname}.xml
|
|
deps =
|
|
pytest
|
|
|
|
[testenv:pypy]
|
|
basepython=/usr/bin/pypy
|
|
|