pelican/tox.ini
2014-06-28 16:18:45 -07:00

11 lines
242 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,py34
[testenv]
commands =
python -m unittest discover
deps =
-rdev_requirements.txt