Remove sudo calls

This commit is contained in:
Raul Ochoa
2016-06-16 20:41:43 +02:00
parent 5a092047fc
commit 49f04ba55a

View File

@@ -23,9 +23,6 @@ before_install:
- ./miniconda.sh -b -p `pwd`/miniconda
- export PATH=`pwd`/miniconda/bin:$PATH
- conda update --yes conda
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pysal scikit-learn