From 2f4bef5970b6f44b694b8967de4aca09f9387b9a Mon Sep 17 00:00:00 2001 From: Jordi Llonch Date: Mon, 15 Jun 2015 12:32:14 +1000 Subject: [PATCH] Added flake into integration test --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b938db9..e52813c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,7 @@ before_script: - export PYTHONPATH=$PYTHONPATH:/usr/share/asciidoc/ script: + # Source code sanity check + - flake hyde # Run Python tests and generate coverage statistics - nosetests