Move the tests into pelican. Fix #500

This commit is contained in:
Alexis Métaireau 2013-03-06 00:41:27 -08:00
commit 547f8d2e83
325 changed files with 11156 additions and 11154 deletions

View file

@ -36,7 +36,7 @@ envlist = py27,py32,py33
[testenv]
commands =
unit2 discover []
nosetests -s tests
nosetests -s pelican
deps =
[testenv:py27]