tornado-openapi3/tox.ini
Correl Roush 3704bfab49 Configure Hypothesis profiles
Add a ci profile using more examples for automated testing and a dev
profile for rapid local testing.
2020-12-04 22:44:22 -05:00

24 lines
410 B
INI

[tox]
isolated_build=true
envlist = {py37,py38}-tornado{4,5,6}
[testenv]
deps =
tornado4: tornado>=4,<5
tornado5: tornado>=5,<6
tornado6: tornado>=6,<7
black
codecov
mypy
hypothesis
flake8
pytest
pytest-black
pytest-cov
pytest-flake8
pytest-mypy
passenv = CI HYPOTHESIS_PROFILE TRAVIS TRAVIS_*
whitelist_externals = poetry
commands =
pytest
codecov