remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

CI using travis #7

Closed madjar closed 12 years ago

madjar commented 12 years ago

What about setting up some CI using http://travis-ci.org/ to make sure no one breaks yoppi ?

@remram44 : green light ?

remram44 commented 12 years ago

Perhaps the tests would need some fixing. Some of them concern the web app and are located in yoppi/ftp/tests.py (using Django's TestCase) and some are in yoppi/indexer/tests.py which is not an app (and use unittest's TestCase).