Clean up formatting and a comment

This commit is contained in:
Steven Silvester
2014-10-10 06:11:26 -05:00
parent 73e639e3b6
commit e146c3eea5
+2 -2
View File
@@ -6,11 +6,11 @@ pip uninstall -y numpy
# on Python 2.7, use the system versions of numpy, scipy, and matplotlib
# and the minimum version of cython and networkx
if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
sudo apt-get install python-scipy python-matplotlib
pip install https://github.com/cython/cython/archive/0.19.2.tar.gz
pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz
fi
pip install -r requirements.txt $WHEELHOUSE
pip install -r requirements.txt $WHEELHOUSE
python check_bento_build.py