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
Update .travis.yml. Test the library on more Python version.
v0.2.x
jajupmochi
5 years ago
parent
8385bc4cae
commit
a9197b9b49
1 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
.travis.yml
+ 5
- 1
.travis.yml
View File
@@ -1,6 +1,10 @@
language: python
language: python
python:
python:
- '3.6.9'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.5'
- '3.6'
- '3.6'
- '3.7'
- '3.7'
Write
Preview
Loading…
Cancel
Save