diff options
author | 2018-04-08 01:13:26 +0100 | |
---|---|---|
committer | 2018-04-08 01:13:26 +0100 | |
commit | 886fb0b06117e56cc70767424b718c90e2789ef4 (patch) | |
tree | 45f21dc888afdb43b4e4e983fc9e199665fbdb57 /.travis.yml | |
parent | Fix debug mode indicator (diff) |
Fix build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 284ec24f..95fdcfc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - pip install -r requirements-ci.txt script: - flake8 + - python gunicorn_config.py - py.test app_test.py --cov pysite --cov-report term-missing -v - coveralls after_success: |