mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 14:50:17 +00:00
13 lines
203 B
INI
13 lines
203 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33
|
|
|
|
[testenv]
|
|
commands=py.test --junitxml=junit-{envname}.xml
|
|
deps = pytest
|
|
args
|
|
|
|
[testenv:pypy]
|
|
basepython=/usr/bin/pypy-c
|
|
|
|
[testenv:py3]
|
|
basepython=/usr/bin/python3 |