Skip to content

Commit

Permalink
👌 IMPROVE: Isolated builds for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti committed Jun 12, 2020
1 parent 9597fde commit 4fdd2c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools==47.1.1",
"setuptools_scm==3.3.3",
]
build-backend="setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def readme():
"requests>=2.23.0",
"websocket_client>=0.57.0",
],
setup_requires=["setuptools-scm==3.3.3"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist=clean,py{36,37,38},report
skip_missing_interpreters=True
isolated_build=True

[testenv]
commands=
Expand Down

0 comments on commit 4fdd2c2

Please sign in to comment.