Skip to content

Commit

Permalink
Remove the test extra from the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Aug 3, 2022
1 parent cab37c2 commit 49ca1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
at: ~/ietfparse/tmp
- run: |
mkdir build
pip install --user '.[test]' coveralls
pip install --user 'coverage[toml]' coveralls
coverage run -m unittest discover
coverage report
coverage xml
Expand Down

0 comments on commit 49ca1de

Please sign in to comment.