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