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

Update .travis.yml

parent 3202db24
...@@ -14,7 +14,6 @@ addons: ...@@ -14,7 +14,6 @@ addons:
- gfortran - gfortran
- g++ - g++
- libgtest-dev - libgtest-dev
- cmake
- git - git
- openjdk-8-jdk - openjdk-8-jdk
install: install:
...@@ -29,6 +28,7 @@ install: ...@@ -29,6 +28,7 @@ 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
......
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