mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
travis miniconda no needed
This commit is contained in:
parent
864a903985
commit
ecd917cf42
1 changed files with 2 additions and 6 deletions
|
@ -7,12 +7,8 @@ branches:
|
|||
- master
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||
- conda update --yes conda
|
||||
- travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install python-numpy; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then sudo apt-get install python3-numpy; fi
|
||||
- python --version
|
||||
- pip freeze
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue