mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
set PYTHONDONTWRITEBYTECODE in one place
This commit is contained in:
parent
18cc818cf0
commit
f38ce708bf
@ -13,12 +13,12 @@ for python in python2.7 python3.4
|
|||||||
do
|
do
|
||||||
docker run --rm -i -t --volume="$script_dir/..:/warcprox" internetarchive/rethinkdb /sbin/my_init -- \
|
docker run --rm -i -t --volume="$script_dir/..:/warcprox" internetarchive/rethinkdb /sbin/my_init -- \
|
||||||
bash -x -c " adduser --gecos=$user --disabled-password --quiet --uid=$uid $user \
|
bash -x -c " adduser --gecos=$user --disabled-password --quiet --uid=$uid $user \
|
||||||
&& sudo -u $user bash -x -c 'cd /warcprox \
|
&& sudo PYTHONDONTWRITEBYTECODE=1 -u $user bash -x -c 'cd /warcprox \
|
||||||
&& virtualenv -p $python /tmp/venv \
|
&& virtualenv -p $python /tmp/venv \
|
||||||
&& source /tmp/venv/bin/activate \
|
&& source /tmp/venv/bin/activate \
|
||||||
&& pip --log-file /tmp/pip.log install . pytest requests \
|
&& pip --log-file /tmp/pip.log install . pytest requests \
|
||||||
&& PYTHONDONTWRITEBYTECODE=1 py.test -s tests \
|
&& py.test -s tests \
|
||||||
&& PYTHONDONTWRITEBYTECODE=1 py.test -s --rethinkdb-servers=localhost tests \
|
&& py.test -s --rethinkdb-servers=localhost tests \
|
||||||
&& PYTHONDONTWRITEBYTECODE=1 py.test -s --rethinkdb-servers=localhost --rethinkdb-big-table tests'"
|
&& py.test -s --rethinkdb-servers=localhost --rethinkdb-big-table tests'"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user