diff --git a/.travis.yml b/.travis.yml index 5020ed3..cbc9421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: - pip install coveralls coverage script: - python setup.py install - - coverage run --source flask-rest-jsonapi -m pytest -v + - coverage run --source flask_rest_jsonapi -m pytest -v after_success: - coveralls