Browse Source

add Codecov.

v0.1
jajupmochi 5 years ago
parent
commit
9a9d1d738d
2 changed files with 10 additions and 1 deletions
  1. +9
    -1
      .travis.yml
  2. +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!')

Loading…
Cancel
Save