diff options
author | 2018-02-26 22:22:16 +0100 | |
---|---|---|
committer | 2018-02-26 22:22:16 +0100 | |
commit | 48bb43b91a992395a39ebf8d41389dd3667c38b8 (patch) | |
tree | b9e32384a5d4770899c35d4605a93dffa25ebb3c /.travis.yml | |
parent | Help page #z62n (#25) (diff) |
remove snekchek and replace with flake8 (#27)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 376c1604..52cccc0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install -r requirements.txt - pip install -r requirements-ci.txt script: - - snekchek + - flake8 - py.test app_test.py --cov pysite --cov-report term-missing -v - coveralls after_success: |