Skip to content

Commit

Permalink
Ref #38 Remove code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Dec 23, 2024
1 parent 1c51122 commit 60cfcb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ before_install:
- pip install -U pytest
- pip install -U build
- pip install -U twine
- pip install codecov
install:
- pip install -r requirements.txt
- pip install .
Expand All @@ -16,8 +15,6 @@ env:
script:
- pytest
- python -m build
after_success:
- codecov
deploy:
provider: script
#script: python -m twine upload --skip-existing --verbose --password $TWINE_TEST_TOKEN --repository testpypi dist/* #test instance
Expand Down

0 comments on commit 60cfcb8

Please sign in to comment.