Revert isolated builds because they break mypy
This commit is contained in:
parent
d4a002f64d
commit
f8f4aef5a8
|
@ -1,6 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
[tool.black]
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,5 @@
|
|||
[tox]
|
||||
envlist = typing,lint,py27,py34,py35,py36,py37,pypy,pypy3,manifest,docs,doctest,pypi-description,changelog,coverage-report
|
||||
isolated_build = True
|
||||
|
||||
|
||||
[testenv]
|
||||
|
@ -86,7 +85,6 @@ commands = towncrier --draft
|
|||
|
||||
|
||||
[testenv:typing]
|
||||
isolated_build = false
|
||||
basepython = python3.7
|
||||
deps = mypy
|
||||
commands = mypy tests/typing_example.py
|
||||
|
|
Loading…
Reference in New Issue