From c7a77cea103dbcc818427f99aaaf7ca8c83f86ce Mon Sep 17 00:00:00 2001 From: karec Date: Fri, 18 Nov 2016 21:42:17 +0100 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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