Skip to content
Snippets Groups Projects
Commit 5f2579ae authored by David Douard's avatar David Douard
Browse files

tox: add a basic tox.ini config file

parent 3e3a2db5
No related branches found
Tags v0.23.5
1 merge request!5tox: add a basic tox.ini config file
tox.ini 0 → 100644
[tox]
envlist=check-manifest,flake8,py3
[testenv:py3]
deps =
pifpaf
nose
commands =
pifpaf run postgresql -- nosetests
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8
[testenv:check-manifest]
skip_install = true
deps =
check-manifest
commands =
{envpython} -m check_manifest {toxinidir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment