Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
alpha-mind
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dr.李
alpha-mind
Commits
66d839af
Commit
66d839af
authored
May 10, 2020
by
Dr.李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: travis cont...
parent
beef448b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.travis.yml
.travis.yml
+2
-5
No files found.
.travis.yml
View file @
66d839af
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment