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 Codecov.
v0.1
jajupmochi
5 years ago
parent
956f0a5bcd
commit
9a9d1d738d
2 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
.travis.yml
+1
-0
tests/tests_tools.py
+ 9
- 1
.travis.yml
View File
@@ -1,7 +1,15 @@
language: python
python:
- '3.6.5'
before_install:
- pip install codecov
- pip install coverage
install:
- pip install -r requirements.txt
script:
- python notebooks/run_spkernel.py
- coverage run tests/tests_tools.py
after_success:
- codecov
+ 1
- 0
tests/tests_tools.py
View File
@@ -0,0 +1 @@
print('Hello py-graph!')
Write
Preview
Loading…
Cancel
Save