File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ clean-coverage: ## remove coverage artifacts
6161
6262.PHONY : clean-test
6363clean-test : # # remove test artifacts
64- rm -fr .tox/
6564 rm -fr .pytest_cache
6665
6766.PHONY : clean
@@ -117,10 +116,6 @@ test-tutorials: ## run the tutorials notebooks
117116.PHONY : test
118117test : test-unit test-numerical test-end-to-end test-tutorials test-readme # # run all the tests
119118
120- .PHONY : test-all
121- test-all : # # test everything using tox
122- tox -r
123-
124119.PHONY : coverage
125120coverage : # # check code coverage quickly with the default Python
126121 coverage run --source copulas -m pytest
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ src = ["copulas"]
180180target-version = " py312"
181181exclude = [
182182 " docs" ,
183- " .tox" ,
184183 " .git" ,
185184 " __pycache__" ,
186185 " .ipynb_checkpoints" ,
You can’t perform that action at this time.
0 commit comments