OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161)
parent
6495bea4c4
commit
a3cb2e897d
|
@ -23,7 +23,7 @@ source virtualenv.sh
|
||||||
python --version
|
python --version
|
||||||
pip --version
|
pip --version
|
||||||
pip show setuptools
|
pip show setuptools
|
||||||
pip install openshift -c constraints.txt
|
pip install 'openshift<0.13.0' -c constraints.txt
|
||||||
|
|
||||||
./server.py &
|
./server.py &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue