mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
14 lines
200 B
INI
14 lines
200 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
commands=py.test --junitxml=junit-{envname}.xml
|
|
deps =
|
|
simplejson
|
|
pytest
|
|
unittest2
|
|
requests==0.3.0
|
|
|
|
[testenv:pypy]
|
|
basepython=/usr/bin/pypy-c
|