This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62a4d214e8
compose
/
script
/
test
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some helpful scripts
2013-12-20 22:32:41 +01:00
#!/bin/sh
Add flake8 to test script For those who don't use tox. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-07-29 01:27:12 +02:00
set -e
flake8 fig
Pass byte strings straight through LogPrinter
2014-06-18 15:50:57 +02:00
PYTHONIOENCODING=ascii nosetests $@