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.
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.