Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler authored Aug 4, 2024
1 parent 7556f66 commit ec91431
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,20 @@ jobs:
- python/install-packages:
pkg-manager: poetry
- run:
name: Run tests
command: poetry run tox
name: Check
command: poetry run tox -e check -v
- run:
name: docs
command: poetry run tox -e docs -v
- run:
name: flake8
command: poetry run tox -e flake8 -v
- run:
name: tests
command: poetry run pytest
- run:
name: coverage
command: poetry run tox -e report -v
- store_test_results:
path: junit.xml
deploy:
Expand Down

0 comments on commit ec91431

Please sign in to comment.