blob: d6e2cc28277231a6e7722464475f8f551c67450c [file] [log] [blame]
[tox]
envlist = py27, py36, flake8
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 airavata_custos
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements_dev.txt
; If you want to make tox run the tests with the same versions, create a
; requirements.txt with the pinned versions and uncomment the following line:
; -r{toxinidir}/requirements.txt
commands =
pip install -U pip
py.test --basetemp={envtmpdir}