~powersj/simplestreams/fix-tox-blank-lines

Viewing all changes in revision 441.

  • Committer: Scott Moser
  • Date: 2016-08-03 17:10:01 UTC
  • Revision ID: smoser@ubuntu.com-20160803171001-y5olz030krqrzcz8
Makefile: use 'any' flake8

this adds 'any' to tools/run-flake8.
It then supports './tools/run-flake8 any' working
 * trusty:  run 'flake8'
     - python3-flake8 Build-Depends gets flake8 command installed
       (python3-flake8 Depends on python-flake8 which gives /usr/bin/flake8)
     - python3 -m flake8 does not work.
     - there is no 'flake8' package
 * xenial, yakkety:
     - python3-flake8 does not get 'flake8' package
     - python3 -m flake8 works.
 * tox: we want to use the environment 'python'
     
It was needed in order to run with the command ('flake8') on
trusty 


expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: