Update README.md
[cached-property.git] / tox.ini
1 [tox]
2 envlist = py35, py36, py37, py38
3
4 [testenv]
5 setenv =
6 PYTHONPATH = {toxinidir}:{toxinidir}/cached-property
7 commands = pytest tests/
8 deps =
9 pytest
10 freezegun