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