Use sudo for make install

This commit is contained in:
Raul Ochoa
2016-06-16 21:39:30 +02:00
parent 03dd4c67a6
commit 544df79320

View File

@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: python
python:
@@ -27,6 +27,6 @@ before_install:
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pysal scikit-learn
- make install
- sudo make install
script: make test