2d69b26e5e43caf1fc2e4f371e6df395e0907a2c
[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 = py.test
8 deps =
9 pytest
10 freezegun