Skip to content

Commit 454733c

Browse files
committed
fix pip, then install setuptools
1 parent a0c7d1a commit 454733c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release-test.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ virtualenv testenv4
2020
source testenv1/bin/activate
2121
pip uninstall -y setuptools \
2222
&& rm testenv1/lib/python-wheels/setuptools* \
23-
&& pip install -U setuptools==20.10.1 \
24-
&& pip install --force-reinstall -U pip==1.5.6
23+
&& pip install --force-reinstall -U pip==1.5.6 \
24+
&& pip install -U setuptools==20.10.1
2525
make install-dependencies
2626
make test
2727
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
@@ -37,8 +37,8 @@ cd testenv2
3737
source bin/activate
3838
pip uninstall -y setuptools \
3939
&& rm lib/python-wheels/setuptools* \
40-
&& pip install -U setuptools==20.10.1 \
41-
&& pip install --force-reinstall -U pip==1.5.6
40+
&& pip install --force-reinstall -U pip==1.5.6 \
41+
&& pip install -U setuptools==20.10.1
4242
pip install -e git+${repo}@${HEAD}#egg=${package}
4343
cd src/${package}
4444
make install-dependencies
@@ -56,8 +56,8 @@ cd ../testenv3/
5656
source bin/activate
5757
pip uninstall -y setuptools \
5858
&& rm lib/python-wheels/setuptools* \
59-
&& pip install -U setuptools==20.10.1 \
60-
&& pip install --force-reinstall -U pip==1.5.6
59+
&& pip install --force-reinstall -U pip==1.5.6 \
60+
&& pip install -U setuptools==20.10.1
6161
pip install ${package}*tar.gz
6262
pip install pytest
6363
tar xzf ${package}*tar.gz

0 commit comments

Comments
 (0)