Commit 66d839af authored by Dr.李's avatar Dr.李

FIX: travis cont...

parent beef448b
......@@ -9,10 +9,7 @@ dist: xenial
group: travis_lts
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
- gcc
- gfortran
- g++
......@@ -31,9 +28,9 @@ install:
# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install numba
- pip install coverage
- pip install numpy
- pip install numba
- pip install -U numpy
- pip install scipy
- pip install pandas
- pip install scikit-learn
......
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