subiquity/console_conf
Scott Moser af94275618 Make tox and Makefile more similar.
This does a few things with the end goal of making simplifying and
making consistent tox and 'make' methods of test or check.

Things here:
 * move python programs out of bin and into their own main.  Use
   entry_points to get scripts written for them.  One gain here is
   that we no longer have python programs that are not named .py.
   flake8 and friends would not check those programs by default.
 * install scripts in bin/ using the setup.py scripts and adjust
   snapcraft.yaml and debian packaging for that.
 * declare and use PYTHON in Makefile to avoid repeating 'python3'
 * declare and use CHECK_DIRS in Makefile for list of dirs to check.
 * no longer run 'flake8' from 'make check' by default.
 * remove the old tests/ directory.
2018-06-05 22:19:17 -04:00
..
cmd Make tox and Makefile more similar. 2018-06-05 22:19:17 -04:00
controllers pep8 fixes for console_conf/controllers/identity.py 2018-05-24 16:59:31 -05:00
models pep8 fixes for console_conf/models/console_conf.py 2018-05-24 16:59:31 -05:00
ui pep8 fixes for console_conf/ui/views/identity.py 2018-05-24 16:59:31 -05:00
__init__.py pyflakes fixes for console_conf/__init__.py 2018-05-24 16:59:31 -05:00
core.py give console_conf its own palette definition 2018-03-08 18:03:51 +13:00
palette.py change danger color to be #ff0000 2018-03-12 14:28:34 +13:00