mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
remove -i and -t flags so travis won't hang?
This commit is contained in:
parent
ef4b360d6c
commit
314462a83c
@ -9,7 +9,7 @@ user=$(id -un)
|
||||
|
||||
for python in python2.7 python3.4
|
||||
do
|
||||
docker run --net=host --rm -i -t --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
||||
docker run --net=host --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
||||
bash -x -c "cd /rethinkstuff \
|
||||
&& virtualenv -p $python /tmp/venv \
|
||||
&& source /tmp/venv/bin/activate \
|
||||
|
Loading…
x
Reference in New Issue
Block a user