Skip to content

Commit

Permalink
Use isolated builds (#499)
Browse files Browse the repository at this point in the history
* Use isolated builds

* try to upgrade all the things

* Try to upgrade only setuptools
  • Loading branch information
hynek authored Feb 9, 2019
1 parent f8f4aef commit 2f63f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ matrix:


install:
- pip install tox
- pip install --upgrade tox


script:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=40.6.0", "wheel"]
build-backend = "setuptools.build_meta"


[tool.black]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[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

0 comments on commit 2f63f2c

Please sign in to comment.