1
0
Fork 0
forked from github/pelican
pelican-theme/tox.ini
2014-01-10 07:34:13 +00:00

11 lines
237 B
INI

# This tests the unified codebase (py27, py33) of Pelican.
# depends on some external libraries that aren't released yet.
[tox]
envlist = py27,py33
[testenv]
commands =
python -m unittest discover
deps =
-rdev_requirements.txt