mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #362 from orchardup/add-flake8-to-test-script
Add flake8 to test script
This commit is contained in:
commit
09ffa101ed
@ -1,2 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
flake8 fig
|
||||
PYTHONIOENCODING=ascii nosetests $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user