Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjordan/marklearningtravis
Test repo for me to learn how to do travis-ci stuff.
https://github.com/mjordan/marklearningtravis
Last synced: 29 days ago
JSON representation
Test repo for me to learn how to do travis-ci stuff.
- Host: GitHub
- URL: https://github.com/mjordan/marklearningtravis
- Owner: mjordan
- License: unlicense
- Created: 2014-10-02T17:50:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T15:04:50.000Z (about 10 years ago)
- Last Synced: 2024-10-08T08:32:58.870Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
marklearningtravis
==================[![Build Status](https://travis-ci.org/mjordan/marklearningtravis.png?branch=master)](https://travis-ci.org/mjordan/marklearningtravis)
Test repo for me to learn about using [travis-ci](https://travis-ci.org/).
.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](bottlepy.org/) 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](https://github.com/beghelli) and [@MichaelThessel](https://github.com/MichaelThessel) for initial tips.