mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
make run-tests.sh work with the docker image that gets pulled in now, which doesn't have a 'python3.4' command
This commit is contained in:
parent
6d667c77b5
commit
d76e219e7b
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ import codecs
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='rethinkstuff',
|
name='rethinkstuff',
|
||||||
version='0.2.0.dev58',
|
version='0.2.0.dev59',
|
||||||
packages=['rethinkstuff'],
|
packages=['rethinkstuff'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
@ -6,7 +6,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
|
|
||||||
docker build -t internetarchive/rethinkdb $script_dir
|
docker build -t internetarchive/rethinkdb $script_dir
|
||||||
|
|
||||||
for python in python2.7 python3.4
|
for python in python2.7 python3
|
||||||
do
|
do
|
||||||
docker run --rm -it --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
docker run --rm -it --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
||||||
bash -x -c "cd /tmp && git clone /rethinkstuff \
|
bash -x -c "cd /tmp && git clone /rethinkstuff \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user