mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
travis: try all sudo
This commit is contained in:
parent
9c43a60fd6
commit
0f0e3a2830
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ before_install:
|
|||
# We need to use conda, because virtualenv did not work on travis with 3.4
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
|
||||
- sudo -s
|
||||
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
|
@ -20,5 +21,5 @@ install:
|
|||
- python --version
|
||||
- pip freeze
|
||||
script:
|
||||
- travis_wait sudo python setup.py test
|
||||
- travis_wait python setup.py test
|
||||
cache: apt
|
||||
|
|
Loading…
Add table
Reference in a new issue