Skip to content
Snippets Groups Projects
Commit d0aee6953195 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

initial tox.ini

parent a86a0be404a4
No related branches found
No related tags found
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist = py27,flake8
[testenv]
sitepackages = true
deps =
pytest
commands =
{envpython} -m pytest {posargs:test}
[testenv:flake8]
skip_install = true
whitelist_externals =
flake8
deps =
flake8
commands = flake8
[flake8]
exclude = migration/*,test/data/*,setup.py,.tox/*
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