O1sims / Sukasa

:house: Web application that detects and reports Northern Irish property price imperfections
http://www.sukasa.co.uk
MIT License
1 stars 1 forks source link

Implement continuous integration with Travis CI #4

Closed O1sims closed 6 years ago

O1sims commented 6 years ago

We have set up Travis CI for Kasa here, but it's not hooked up to the main application yet.

Need to create a .travis.yml file for the project that builds the Python application and tests whether it builds. Later on we can extend this to consider API and analytics tests.

For more information see the Travis CI documentation here and a Django Travis CI gist here.

This feature is going to be worked on in the feature_travis_ci branch.

O1sims commented 6 years ago

This has been initially covered with PR #5