From ac1646815c487671acebaf904f647fce3e8a4a2f Mon Sep 17 00:00:00 2001 From: Jordi Llonch Date: Mon, 15 Jun 2015 12:39:43 +1000 Subject: [PATCH] fixed flake executable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e52813c..f0366db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ before_script: script: # Source code sanity check - - flake hyde + - flake8 hyde # Run Python tests and generate coverage statistics - nosetests