1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 21:45:26 +01:00
Files
sops/tox.ini
Rémy HUBSCHER f8cb48c98a Add coverage
2015-09-25 12:29:46 +02:00

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