Blame view

tox.ini 150 Bytes
Evgeniy Pavlovskiy authored
1 2 3 4 5 6 7 8 9
[tox]
envlist = py3

[testenv]
deps=-r{toxinidir}/requirements.txt
     -r{toxinidir}/test-requirements.txt

commands=
   pytest --cov=openapi_client