mirror of
https://github.com/getsops/sops.git
synced 2026-02-06 06:45:18 +01:00
15 lines
290 B
INI
15 lines
290 B
INI
[tox]
|
|
envlist = py26,py27,py34,flake8
|
|
|
|
[testenv]
|
|
commands =
|
|
python --version
|
|
py.test --cov-report term-missing --cov sops tests/ {posargs}
|
|
deps = -rdev-requirements.txt
|
|
install_command = pip install --pre {opts} {packages}
|
|
|
|
[testenv:flake8]
|
|
commands = flake8 sops
|
|
deps =
|
|
flake8
|