/travis-intro-python

Primary LanguagePythonMIT LicenseMIT

travis-intro-python

This is an example application written in Python for introducing users to basic features of Travis CI.

Fork, and look around

First, fork this repository.

Clone to your local development machine, and have a look around.

$ git clone https://github.com/OWNER/travis-intro-python.git
$ cd travis-intro-python

To start the server, run

$ python lib/server.py

If you visit http://localhost:8000, you should see a bare minimum web page.

You can confirm that the following runs our basic test, and passes:

$ python test/test_simple_server.py

Next step

Time to head on over to the next step.