1 2 3 4 5 6 7 8 9
[tox] downloadcache = {toxworkdir}/cache/ [testenv] deps = pytest pytest-asyncio extras = migrate commands = pytest recreate = True