travis sudo

This commit is contained in:
Paul Müller 2015-04-26 15:53:25 +02:00
parent 5e557170f4
commit 877cfe94c6

View file

@ -9,13 +9,13 @@ install:
- which python - which python
- python --version - python --version
# pip init # pip init
- pip install --upgrade pip - sudo pip install --upgrade pip
# use anaconda # use anaconda
- pip install conda - sudo pip install conda
- conda init - sudo conda init
- conda install --yes 'numpy<1.9.0' - sudo conda install --yes 'numpy<1.9.0'
# final pip installs # final pip installs
- pip install wheel - sudo pip install wheel
# build extensions # build extensions
- python setup.py develop - python setup.py develop
# show packages # show packages