aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-02-26 22:22:16 +0100
committerGravatar Leon Sandøy <[email protected]>2018-02-26 22:22:16 +0100
commit48bb43b91a992395a39ebf8d41389dd3667c38b8 (patch)
treeb9e32384a5d4770899c35d4605a93dffa25ebb3c /.travis.yml
parentHelp page #z62n (#25) (diff)
remove snekchek and replace with flake8 (#27)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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: