From d9d0c2f9fc50a595cbd7638f01834f8668c2b1ad Mon Sep 17 00:00:00 2001 From: Jean Bredeche Date: Mon, 25 Apr 2016 09:56:44 -0400 Subject: [PATCH] run flake8 first, before tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b2c6966e..88481871 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,8 @@ install: before_script: - pip freeze | sort script: - - nosetests --with-coverage tests/ - flake8 zipline tests + - nosetests --with-coverage tests/ # deactive env to get access to anaconda command - source deactivate - if [[ "$TRAVIS_SECURE_ENV_VARS" = "true" && "$TRAVIS_BRANCH" = "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then DO_UPLOAD="true"; else DO_UPLOAD="false"; fi