Repository URL to install this package:
|
Version:
1.0.0 ▾
|
frkl_pkg
/
tox.ini
|
|---|
# Tox configuration file
# Read more under https://tox.readthedocs.org/
[tox]
envlist = py27, py34 py35, py36, flake8
[testenv:flake8]
basepython = python
deps =
-r{toxinidir}/requirements/testing.txt
commands = flake8 src/frkl_pkg
[testenv]
# uncomment to omit testing package builds & installs for faster runs
# usedevelop = True
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements/testing.txt
commands =
pip install -U pip
py.test --basetemp={envtmpdir}