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 9246789 commit c7a77ceCopy full SHA for c7a77ce
.travis.yml
@@ -9,6 +9,6 @@ install:
9
- pip install coveralls coverage
10
script:
11
- python setup.py install
12
- - coverage run --source flask-rest-jsonapi -m pytest -v
+ - coverage run --source flask_rest_jsonapi -m pytest -v
13
after_success:
14
- coveralls
0 commit comments