Commit 65627680 authored by Dr.李's avatar Dr.李

FIX: try fix build error

parent 0a6d9643
......@@ -28,6 +28,8 @@ install:
# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- pip install cvxpy
- pip install xgboost
- conda install coverage
- conda install numpy
- conda install numba
......@@ -42,9 +44,6 @@ install:
- pip install coveralls --ignore-installed
- pip install finance-python --ignore-installed
- pip install deprecated --ignore-installed
- pip install -U numpy
- pip install cvxpy
- pip install xgboost
- 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