Skip to content

Commit

Permalink
Add Travis and Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Mar 11, 2018
1 parent 9497f68 commit 088d0e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sudo: false

language: python

python:
- "3.6"

install:
- pip install coverage coveralls jsonpath-rw mock

script:
- coverage run --include=jsonbpath.py,tests.py tests.py

after_script:
- coverage report
- coveralls

0 comments on commit 088d0e1

Please sign in to comment.