diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15d4e95e..ed099583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - pipenv run lint - pipenv run python gunicorn_config.py - pipenv run test - - pipenv run coveralls +# - pipenv run coveralls after_success: - bash scripts/deploy.sh |