no comments allowed between shall lines

This commit is contained in:
Luke Campagnola 2014-03-25 22:38:55 -04:00
parent b79c06121d
commit dbce58d8cd
1 changed files with 0 additions and 6 deletions

View File

@ -45,14 +45,8 @@ install:
sudo pip install flake8;
else
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 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 flake8;
fi;