Skip to content

Commit

Permalink
#23 adding code coverage for all /src, not just /src/csv2/df
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Sep 2, 2017
1 parent 8311836 commit 27d83b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,16 +1,13 @@
language: python
python:
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pytest
- pip install codecov
- pip install pytest-cov
# - pip install coveralls
# command to run tests
script:
- pytest src/csv2df --doctest-modules --cov=csv2df
- pytest src --doctest-modules --cov=src
after_success:
- codecov
# - coveralls
- codecov

0 comments on commit 27d83b7

Please sign in to comment.