Really fixed the tests per
[cached-property.git] / tox.ini
1 [tox]
2 envlist = py27, py33, py34, py35, py36
3
4 [testenv]
5 setenv =
6 PYTHONPATH = {toxinidir}:{toxinidir}/cached-property
7 commands = pytest tests/
8 deps =
9 pytest
10 freezegun