From fd583158da5c92f089cb66834e32966818ae393f Mon Sep 17 00:00:00 2001 From: Sheng Date: Fri, 27 Apr 2018 00:08:58 +0800 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f0576d..bdd1988 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - pytest --cov=webssh - - flake8 --exclude='.git' + - flake8 after_success: - codecov