From f1bf4309ecca10174ec10739f37d37a5f225646d Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 2 Oct 2018 17:03:47 +0530 Subject: [PATCH] Update .coveragerc Update requirements.txt Revert .coveragerc Update pytest command Revert coverage --- .coveragerc | 4 ++-- .travis.yml | 24 ++++++++++++------------ requirements-dev.txt | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.coveragerc b/.coveragerc index 220a718..c7bf13e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ [run] branch = True source = camelot -include = */camelot/* -omit = +include = */camelot/* +omit = */setup.py diff --git a/.travis.yml b/.travis.yml index 8cc13db..f475d11 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ -language: python -python: - - "2.7" - - "3.6" -before_install: - - sudo apt-get install python-tk python3-tk ghostscript -install: - - pip install ".[dev]" -script: - - pytest -after_success: - - codecov \ No newline at end of file +language: python +python: + - "2.7" + - "3.6" +before_install: + - sudo apt-get install python-tk python3-tk ghostscript +install: + - pip install ".[dev]" +script: + - pytest +after_success: + - codecov diff --git a/requirements-dev.txt b/requirements-dev.txt index bbae59b..543e97c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ codecov==2.0.15 pytest==3.8.0 pytest-runner==4.2 -Sphinx==1.7.9 \ No newline at end of file +Sphinx==1.7.9