Test repo for me to learn about using travis-ci.
.travis.yml installs a couple of Python libraries using pip, creates a MySQL database and populates it with sample data, configures Apache to run a bottle application, and then runs a Pytest test suite.
tests.py tests whether an HTTP request to the bootle app returns successful, and whether there are any rows in the database.
Thanks to @beghelli and @MichaelThessel for initial tips.