Add Flake8 linting to gmxapi tests.
commitfae195879bdd587b374c0876af1aa272759618c3
authorM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 4 Apr 2019 14:38:38 +0000 (4 17:38 +0300)
committerEric Irrgang <ericirrgang@gmail.com>
Thu, 2 Jan 2020 13:53:46 +0000 (2 14:53 +0100)
treebd7961b1d9c182f3fc6f2b7f9e93f444fbf29aef
parent6fba25686cbf0de7edea819e5028a9b959557a5d
Add Flake8 linting to gmxapi tests.

Add the flake8 package to requirements-test.txt and a run_flake8
docker entry point. This change does not require Python source
checking, but facilitates it.

Refs #1786

Change-Id: I6a6c2d6012e4424d13d8ceed0ea3696077042f6f
python_packaging/requirements-test.txt
python_packaging/scripts/run_flake8 [new file with mode: 0755]