@@ -20,8 +20,8 @@ virtualenv testenv4
20
20
source testenv1/bin/activate
21
21
pip uninstall -y setuptools \
22
22
&& 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
25
25
make install-dependencies
26
26
make test
27
27
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
@@ -37,8 +37,8 @@ cd testenv2
37
37
source bin/activate
38
38
pip uninstall -y setuptools \
39
39
&& 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
42
42
pip install -e git+${repo} @${HEAD} # egg=${package}
43
43
cd src/${package}
44
44
make install-dependencies
@@ -56,8 +56,8 @@ cd ../testenv3/
56
56
source bin/activate
57
57
pip uninstall -y setuptools \
58
58
&& 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
61
61
pip install ${package} * tar.gz
62
62
pip install pytest
63
63
tar xzf ${package} * tar.gz
0 commit comments