mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Add flake8 to test script
For those who don't use tox. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
2f6c763703
commit
01e2b56405
@ -1,2 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
flake8 fig
|
||||||
PYTHONIOENCODING=ascii nosetests $@
|
PYTHONIOENCODING=ascii nosetests $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user