mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 15:00:18 +00:00
10 lines
152 B
INI
10 lines
152 B
INI
[tox]
|
|
envlist = py{27,34,35,36,37}
|
|
skip_missing_interpreters = True
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pytest-cov
|
|
commands = {envpython} pytest {posargs}
|