Skip to content

Commit

Permalink
adding coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
millen1m committed Mar 27, 2018
1 parent 51e7de2 commit 49248bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -8,9 +8,11 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install python-coveralls
- pip install coveralls
- pip install codecov
- pip install pytest-cov
# command to run tests
script:
- py.test # or py.test for Python versions 3.5 and below
- py.test --cov=./
after_success:
- coveralls # uploads reports to coveralls.io
2 changes: 1 addition & 1 deletion eqsig/__about__.py
@@ -1 +1 @@
__version__ = "0.5.7"
__version__ = "0.5.8"
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -3,4 +3,6 @@ scipy
matplotlib
bwplot
engformat

# testing
pytest

0 comments on commit 49248bd

Please sign in to comment.