jedymatt/sqlalchemyseed

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py36,37,38,39,310

[testenv]
# install pytest in the virtualenv where commands will be executed
deps = pytest
    -r{toxinidir}/requirements.txt
commands =
    # NOTE: you can run any command line tool here - not just tests
    pytest