~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Christopher Lee
  • Date: 2015-08-19 05:12:29 UTC
  • mfrom: (567.1.1 newer-flake8-fixes)
  • Revision ID: tarmac-20150819051229-82tk4w2xqrvpirks
Update flake8 rules and fix new flake8 errors.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        -dh_sphinxdoc
13
13
 
14
14
override_dh_auto_build:
15
 
        python3 -m flake8.run .
 
15
        python3 -m flake8.run --ignore=E731,E226,W503 .
16
16
        dh_auto_build
17
17
        python3 setup.py build_sphinx -b html
18
18
        python3 setup.py build_sphinx -b json