Skip to content

Commit

Permalink
Drop: addopts removed from pytest.ini & update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 23, 2023
1 parent 31b44eb commit 50e1d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ dist: bionic
before_install:
- python -m pip install --upgrade pip
install:
- pip install -e .[tests,docs] tox-travis
- curl -L https://coveralls.io/coveralls-linux.tar.gz | tar -xz -C .
- pip install -e .[tests,docs] tox-travis coveralls
matrix:
include:
- name: "3.9"
Expand All @@ -15,6 +14,5 @@ matrix:
python: 3.11
script: tox
after_success:
- if [ "${TRAVIS_PYTHON_VERSION}" == "3.11" ];
then ./coveralls report --repo-token=E8y6cerK5DVDZocB7eHTdzBKjdwQDkJzw;
fi;
- if [ "${TRAVIS_PYTHON_VERSION}" == "3.11" ]; then coverage run --source=bip38 -m pytest; fi;
- if [ "${TRAVIS_PYTHON_VERSION}" == "3.11" ]; then coveralls; fi;
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pytest]
testpaths = tests/
python_files = test_*.py
addopts = -vv --cov=bip38/

0 comments on commit 50e1d89

Please sign in to comment.