1 # Tox (http://tox.testrun.org/) is a tool for running tests
2 # in multiple virtualenvs. This configuration file will run the
3 # test suite on all supported python versions. To use it, "pip install tox"
4 # and then run "tox" from this directory.
13 install_command = pip install -U {opts} {packages}
16 -rtest-requirements.txt
19 --basetemp={envtmpdir} \
21 --cov-report term-missing \
26 PYTHONPATH = {toxinidir}
30 commands = flake8 {toxinidir}
33 # H803 skipped on purpose per list discussion.
34 # E123, E125 skipped as they are invalid PEP-8.
37 ignore = E123,E125,H803,E501
39 exclude = build,dist,doc,legacy,.eggs,.git,.tox,.venv,testapi_venv,venv
42 testpaths = opnfv_testapi/tests
43 python_functions = test_*