Revert isolated builds because they break mypy

This commit is contained in:
Hynek Schlawack 2019-02-09 14:47:35 +01:00
parent d4a002f64d
commit f8f4aef5a8
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]

View File

@ -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