Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
FIX: Ignore repository tests on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lugg committed May 14, 2019
1 parent 8623f79 commit 31041be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
. venv/bin/activate
POSTGRES_PASSWORD=password POSTGRES_HOST=$DOCKER_HOST \
pytest finances_automation/tests/ \
--ignore=finances_automation/tests/test_repositories.py \
--junit-xml=test-reports/junit.xml \
--cov=finances-automation \
--cov-report html
Expand Down

0 comments on commit 31041be

Please sign in to comment.