Correct test_suite config to use new test package.

This commit is contained in:
Ionel Cristian Mărieș 2015-02-08 19:10:37 +02:00
commit 36efce0b0a

View file

@ -45,5 +45,5 @@ setup(
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='pelican.tests',
test_suite='pelican_tests',
)