Use upstream dockerpty 0.3.2
This reverts commit 60411e9f05.
Closes #556
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Conflicts:
requirements.txt
setup.py
This commit is contained in:
parent
cb275b8633
commit
38a3ee8d63
10 changed files with 12 additions and 703 deletions
11
script/test
11
script/test
|
|
@ -1,12 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
target="tests"
|
||||
|
||||
if [[ -n "$@" ]]; then
|
||||
target="$@"
|
||||
fi
|
||||
|
||||
docker build -t fig .
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig flake8 --exclude=packages fig
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig nosetests $target
|
||||
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