Skip to content

Commit

Permalink
explicit --rcfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Mar 7, 2020
1 parent bf6b0ce commit 4dc01df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:
python -m pip install --user cython pytest-black pytest-cov
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
python -m coverage run -m pytest --black tests/
python -m coverage run --rcfile=".coveragerc" -m pytest --black tests/
- run:
name: Coverage
command: |
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
python -m coverage report
python -m coverage report --rcfile=".coveragerc"
python -m pip install --user coveralls
PYTHONPATH=$(pwd)/src/:$PYTHONPATH
export PYTHONPATH
Expand Down

0 comments on commit 4dc01df

Please sign in to comment.