stacktach-timex/tox.ini
Monsyne Dragon 412eea1dbf Initial version of Timex
timex is a datetime processing library allowing you to write
time expressions in a DLS as strings.

Splitting this out from Winchester as a separate library, since it
could be useful elsewhere.
2014-08-18 17:36:48 +00:00

16 lines
206 B
INI

[tox]
envlist = py26,py27
[testenv]
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
commands =
nosetests tests
sitepackages = False