Skip to content

travis-ci/travis-intro-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages