mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -05:00
travis sudo
This commit is contained in:
parent
5e557170f4
commit
877cfe94c6
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue