Make script/test use Docker
Really easy to run entire test suite with Docker now. Also switch Wercker to use the same script. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
f407504679
commit
a3f70a9f64
2 changed files with 5 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
flake8 fig
|
||||
PYTHONIOENCODING=ascii nosetests $@
|
||||
set -ex
|
||||
docker build -t fig .
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig flake8 fig
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig nosetests $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue