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

FIX: travis cont...

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