mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
flake8 fig
|
|
PYTHONIOENCODING=ascii nosetests $@
|