We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f64fb6 commit 49ba312Copy full SHA for 49ba312
.travis.yml
@@ -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
@@ -4,6 +4,8 @@ Flask-Autodoc
Flask Autodoc is a Flask extension that automatically creates documentation for your endpoints based on the routes,
function arguments and docstring.
+[](https://travis-ci.org/acoomans/flask-autodoc)
8
+
9
## Install
10
11
To install Flask-Autodoc:
requirements.txt
@@ -0,0 +1 @@
+Flask
0 commit comments