Browse Source

Revert "configure pytest to always create coverage report"

This reverts commit 3f6dc3ba53805137067c32eb6f4252061e29a280.
Fabian Peter Hammerle 5 years ago
parent
commit
0d6cacdd34
2 changed files with 1 additions and 3 deletions
  1. 1 1
      .travis.yml
  2. 0 2
      pytest.ini

+ 1 - 1
.travis.yml

@@ -40,4 +40,4 @@ install:
 
 script:
 - pipenv run pylint freesurfer_volume_reader tests/*
-- pipenv run pytest
+- pipenv run pytest --cov=freesurfer_volume_reader --cov-report=term-missing

+ 0 - 2
pytest.ini

@@ -1,2 +0,0 @@
-[pytest]
-addopts = --cov=freesurfer_volume_reader --cov-report=term-missing