Skip to content

Commit

Permalink
Revert isolated builds because they break mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Feb 9, 2019
1 parent d4a002f commit f8f4aef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"


[tool.black]
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -86,7 +85,6 @@ commands = towncrier --draft


[testenv:typing]
isolated_build = false
basepython = python3.7
deps = mypy
commands = mypy tests/typing_example.py

0 comments on commit f8f4aef

Please sign in to comment.