We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ca8159 + 9be069f commit 8e220f0Copy full SHA for 8e220f0
pyproject.toml
@@ -5,6 +5,7 @@ requires = [
5
"setuptools-scm",
6
"wheel",
7
]
8
+build-backend = "setuptools.build_meta"
9
10
[tool.towncrier]
11
package = "pytest"
tox.ini
@@ -1,5 +1,6 @@
1
[tox]
2
-minversion = 2.0
+isolated_build = True
3
+minversion = 3.3
4
distshare = {homedir}/.tox/distshare
# make sure to update environment list in travis.yml and appveyor.yml
envlist =
0 commit comments