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