Unverified Commit e8e6f21c authored by Dr.李's avatar Dr.李 Committed by GitHub

Update .travis.yml

parent a63958df
...@@ -15,6 +15,7 @@ addons: ...@@ -15,6 +15,7 @@ addons:
- g++ - g++
- libgtest-dev - libgtest-dev
- git - git
- cmake
- openjdk-8-jdk - openjdk-8-jdk
install: install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
...@@ -28,7 +29,6 @@ install: ...@@ -28,7 +29,6 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment - source activate test-environment
- conda install numba - conda install numba
- conda install cmake
- pip install coverage - pip install coverage
- pip install -U numpy - pip install -U numpy
- pip install scipy - pip install scipy
...@@ -43,7 +43,7 @@ install: ...@@ -43,7 +43,7 @@ install:
- pip install finance-python --ignore-installed - pip install finance-python --ignore-installed
- pip install deprecated --ignore-installed - pip install deprecated --ignore-installed
- pip install cvxpy - pip install cvxpy
- pip install xgboost - pip install xgboost==0.90
- export CWD=$PWD - export CWD=$PWD
- cd /usr/src/gtest - cd /usr/src/gtest
- sudo cmake CMakeLists.txt - sudo cmake CMakeLists.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment