Skip to content

Commit 024dce7

Browse files
committed
remove tox 2
1 parent b227a70 commit 024dce7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ clean-coverage: ## remove coverage artifacts
6161

6262
.PHONY: clean-test
6363
clean-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
118117
test: 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
125120
coverage: ## check code coverage quickly with the default Python
126121
coverage run --source copulas -m pytest

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ src = ["copulas"]
180180
target-version = "py312"
181181
exclude = [
182182
"docs",
183-
".tox",
184183
".git",
185184
"__pycache__",
186185
".ipynb_checkpoints",

0 commit comments

Comments
 (0)