Skip to content

Commit 6f2ea56

Browse files
committed
Revert everything back to check if travis ci works
1 parent 69e7fdc commit 6f2ea56

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,6 @@ pip install https://github.com/rochacbruno/flasgger/tarball/master
9797

9898
> NOTE: If you want to use **Marshmallow Schemas** you also need to run `pip install marshmallow apispec`
9999
100-
## How to run tests
101-
102-
You may check the settings in .travis.yml
103-
Example:
104-
```
105-
before_install:
106-
- pip install -r requirements.txt
107-
- pip install -r requirements-dev.txt
108-
- python setup.py check --strict
109-
110-
script:
111-
- make test
112-
113-
after_success:
114-
- coveralls
115-
```
116-
117-
118100
# Getting started
119101

120102
## Using docstrings as specification
@@ -936,4 +918,3 @@ your schemas.
936918

937919
Version `0.9.5.*` will be the last verison that supports Python2.
938920
Please direct discussions to [#399](https://github.com/flasgger/flasgger/issues/399).
939-

0 commit comments

Comments
 (0)