comparison setup.py @ 5381:07e293730376

setup: reintroduce nosetests support that was removed in Pylons after 1.0.0 Use workaround from https://github.com/Pylons/pylons/issues/13 .
author Mads Kiilerich <madski@unity3d.com>
date Tue, 11 Aug 2015 12:39:07 +0200
parents a5a9ea76fa31
children cc157dcedba6
comparison
equal deleted inserted replaced
5380:a5a9ea76fa31 5381:07e293730376
173 ishell=kallithea.lib.paster_commands.ishell:Command 173 ishell=kallithea.lib.paster_commands.ishell:Command
174 make-index=kallithea.lib.paster_commands.make_index:Command 174 make-index=kallithea.lib.paster_commands.make_index:Command
175 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb 175 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
176 celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand 176 celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand
177 install-iis=kallithea.lib.paster_commands.install_iis:Command 177 install-iis=kallithea.lib.paster_commands.install_iis:Command
178
179 [nose.plugins]
180 pylons = pylons.test:PylonsPlugin
178 """, 181 """,
179 ) 182 )