mirror of
https://github.com/not-kennethreitz/humble.git
synced 2026-06-05 15:10:17 +00:00
8 lines
106 B
INI
8 lines
106 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
commands = py.test --junitxml=junit-{envname}.xml
|
|
deps = pytest
|
|
|