Skip to content

Commit

Permalink
Fix pyproject.toml/tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lpomfrey committed Jan 4, 2022
1 parent 5397b94 commit d1b5557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "pip"]
build-backend = "setuptools.build_meta"

[tool.black]
skip-string-normalization = true
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist = py{37,38,39}-dj{22,32}, py{38,39,310}-dj40, pypy3-dj{22,32}, docs
skip_missing_interpreters=True
skip_missing_interpreters = True
isolated_build = True

[testenv]
PYTHONPATH = {toxinidir}:{toxinidir}/debreach
Expand Down

0 comments on commit d1b5557

Please sign in to comment.