diff --git a/.coveragerc b/.coveragerc index f152153..b2e3c5e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,8 +1,7 @@ [run] branch = True source = termius -include = *.py -omit = unit/*.py +omit = tests/unit/* [report] precision = 2 diff --git a/.travis.yml b/.travis.yml index ded94a4..c7f0e5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ install: - git clone https://github.com/sstephenson/bats.git && cd bats && ./install.sh .. && cd - - sudo apt-get install pandoc - pip install -U pip setuptools - - pip install -U . -r dev-requirements.txt + - pip install -r dev-requirements.txt + - pip install -U -e . - pip install codecov # command to run tests script: