no comments allowed between shall lines
This commit is contained in:
parent
b79c06121d
commit
dbce58d8cd
@ -45,14 +45,8 @@ install:
|
|||||||
sudo pip install flake8;
|
sudo pip install flake8;
|
||||||
else
|
else
|
||||||
travis_retry sudo apt-get -qq -y install python3-numpy &&
|
travis_retry sudo apt-get -qq -y install python3-numpy &&
|
||||||
# Because python3-pip is musteriously missing from apt:
|
|
||||||
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&
|
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&
|
||||||
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
||||||
# which pip;
|
|
||||||
# which pip3;
|
|
||||||
# which pip-3;
|
|
||||||
# which pip3.2;
|
|
||||||
# which pip-3.2;
|
|
||||||
sudo pip3.2 install pytest &&
|
sudo pip3.2 install pytest &&
|
||||||
sudo pip3.2 install flake8;
|
sudo pip3.2 install flake8;
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user