This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add Python 3.8 to CI tests.
v0.2.x
jajupmochi
5 years ago
parent
6a0288e8fa
commit
2d07f7967a
2 changed files
with
8 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitignore
+2
-5
.travis.yml
+ 6
- 0
.gitignore
View File
@@ -64,3 +64,9 @@ notebooks/unfinished
gklearn/kernels/else/
gklearn/kernels/unfinished/
gklearn/kernels/.tags
# pyenv
.python-version
# docker travis debug.
ci.sh
+ 2
- 5
.travis.yml
View File
@@ -3,7 +3,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
#
- '3.8'
- '3.8'
before_install:
- python --version
- pip install -U pip
@@ -13,10 +13,7 @@ before_install:
- pip install pytest-cov
install:
- if [ $TRAVIS_PYTHON_VERSION == 3.8 ];
then pip install -r gklearn/tests/requirements.txt;
else pip install -r requirements.txt;
fi
- pip install -r requirements.txt
- pip install wheel
script:
Write
Preview
Loading…
Cancel
Save