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

Update .travis.yml

parent a63958df
......@@ -15,6 +15,7 @@ addons:
- g++
- libgtest-dev
- git
- cmake
- openjdk-8-jdk
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
......@@ -28,7 +29,6 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install numba
- conda install cmake
- pip install coverage
- pip install -U numpy
- pip install scipy
......@@ -43,7 +43,7 @@ install:
- pip install finance-python --ignore-installed
- pip install deprecated --ignore-installed
- pip install cvxpy
- pip install xgboost
- pip install xgboost==0.90
- export CWD=$PWD
- cd /usr/src/gtest
- 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