This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/tox.ini
2016-11-28 13:13:07 +01:00

17 lines
372 B
INI

[tox]
envlist = {py27}-{unittest,api}
skipsdist = True
[testenv]
basepython =
py27: python2.7
deps =
-r{toxinidir}/requirements-tests.txt
-r{toxinidir}/requirements.txt
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}
TEST=true
api: FILE="registry_tests.py"
unittest: FILE=""
commands =
py.test --verbose test/{env:FILE} -vv {posargs}