## Use CI to run the tests for you. (25 min) Let's use [Travis-ci](https://travis-ci.com) to run our tests for every commit we push to our repository. - Follow the [guide provided by Travis](https://docs.travis-ci.com/user/tutorial/) for the general setup and [the python instructions](https://docs.travis-ci.com/user/languages/python/) for testing this repository. - Add `.travis.yml` to the repository, commit it and push it to GitHub. Link to this issue on that commit.
Use CI to run the tests for you. (25 min)
Let's use Travis-ci to run our tests for every commit we push to our repository.
.travis.ymlto the repository, commit it and push it to GitHub. Link to this issue on that commit.