pelican/tox.ini
2015-03-26 10:49:19 +01:00

14 lines
258 B
INI

# This tests the unified codebase (py27, py33, p34) of Pelican.
# depends on some external libraries that aren't released yet.
[tox]
envlist = py27,py33,py34
[testenv]
commands =
py.test tests
deps =
-rdev_requirements.txt
[pytest]
addopts = -vvl