Skip to content
Permalink
Browse files

setup codecov

  • Loading branch information...
ruebot committed Apr 11, 2019
1 parent 3ec8a86 commit 594b2ec39dd527dea38298152f4a1cf48231126c
Showing with 22 additions and 2 deletions.
  1. +2 −0 .gitignore
  2. +14 −1 .travis.yml
  3. +6 −1 test.py
@@ -1,3 +1,5 @@
au_notebook.egg-info
build
dist
.coverage
__pycache__
@@ -1,2 +1,15 @@
sudo: false

language: python
script: python setup.py test

python: 3.7

install:
- pip install codecov

script:
- coverage run test.py
- python setup.py test

after_success:
- codecov
@@ -1 +1,6 @@
# Test file holder
import unittest

import au_notebook

if __name__ == '__main__':
unittest.main()

0 comments on commit 594b2ec

Please sign in to comment.
You can’t perform that action at this time.