Skip to content

Commit 49ba312

Browse files
author
Arnaud Coomans
committed
Added travis configuration
1 parent 7f64fb6 commit 49ba312

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- pip install -r requirements.txt
6+
script:
7+
- python -m unittest discover

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Flask-Autodoc
44
Flask Autodoc is a Flask extension that automatically creates documentation for your endpoints based on the routes,
55
function arguments and docstring.
66

7+
[![Build Status](https://api.travis-ci.org/acoomans/flask-autodoc.png)](https://travis-ci.org/acoomans/flask-autodoc)
8+
79
## Install
810

911
To install Flask-Autodoc:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Flask

0 commit comments

Comments
 (0)