[Pkg-bitcoin-commits] [python-quamash] 229/269: use same flake8 settings with Travis CI

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 8fecc38f280929b4313b923f5b9698dc32a1f444
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Mon Feb 16 22:50:12 2015 -0800

    use same flake8 settings with Travis CI
    
    - by just calling flake8 without arguments, settings in tox.ini will be
    used
    - call flake8 first so style failures break early
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 907d336..a333b9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,11 +58,11 @@ install:
   # flake8 style checker
   - pip install flake8 pep8-naming flake8-debugger flake8-docstrings
 script:
+  - flake8
+  - flake8 --select=D1 quamash/*.py
   - QUAMASH_QTIMPL=PySide py.test
   - QUAMASH_QTIMPL=PyQt4 py.test
   - QUAMASH_QTIMPL=PyQt5 py.test
-  - flake8 --ignore=D1,W191,E501
-  - flake8 --select=D1 quamash/*.py
 cache:
   directories:
     - /downloads

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list