diff options
author | 2018-05-15 15:07:39 +0100 | |
---|---|---|
committer | 2018-05-15 15:07:39 +0100 | |
commit | 01856f9cf750fd918dc9ed401b7215a70e09beaf (patch) | |
tree | 59c3666e586bdbece89441236c4e66730a4e57e9 | |
parent | Linting (diff) |
Coveralls doesn't work, remove it from the travis build for now
-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 |