mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
flake8 fig
|
|
PYTHONIOENCODING=ascii nosetests $@
|