diff --git a/.gitignore b/.gitignore index f3ee33d..82c0eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__/ *.pyc .vscode/ .pytest_cache/ +coverage.xml diff --git a/.travis.yml b/.travis.yml index 28c34e7..7642315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python install: - pip install codecov + - pip install pytest-cov python: - "3.5" - "3.6" -- libgit2 0.21.4