mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -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
|
||||
- python --version
|
||||
# pip init
|
||||
- pip install --upgrade pip
|
||||
- sudo pip install --upgrade pip
|
||||
# use anaconda
|
||||
- pip install conda
|
||||
- conda init
|
||||
- conda install --yes 'numpy<1.9.0'
|
||||
- sudo pip install conda
|
||||
- sudo conda init
|
||||
- sudo conda install --yes 'numpy<1.9.0'
|
||||
# final pip installs
|
||||
- pip install wheel
|
||||
- sudo pip install wheel
|
||||
# build extensions
|
||||
- python setup.py develop
|
||||
# show packages
|
||||
|
|
Loading…
Add table
Reference in a new issue