1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 21:45:26 +01:00
Files
sops/tox.ini

15 lines
290 B
INI
Raw Permalink Normal View History

2015-09-25 11:48:32 +02:00
[tox]
envlist = py26,py27,py34,flake8
[testenv]
commands =
python --version
2015-09-25 12:29:46 +02:00
py.test --cov-report term-missing --cov sops tests/ {posargs}
2015-09-25 11:48:32 +02:00
deps = -rdev-requirements.txt
install_command = pip install --pre {opts} {packages}
[testenv:flake8]
commands = flake8 sops
deps =
flake8