Skip to content

Commit

Permalink
wheels: Generate universal wheels installable with both python 2.x an…
Browse files Browse the repository at this point in the history
…d 3.x

See #125
  • Loading branch information
jcfr committed Mar 7, 2019
1 parent 884e5b5 commit deded3b
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 64 deletions.
13 changes: 8 additions & 5 deletions pytest-devpi-server/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-fixture-config/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-git/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-listener/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
11 changes: 7 additions & 4 deletions pytest-profiling/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
norecursedirs =
.git
*.egg
build
dist
tests/integration/profile/tests

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-pyramid-server/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-qt-app/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-server-fixtures/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-shutil/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-svn/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-verbose-parametrize/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
norecursedirs =
.git
*.egg
build
dist
tests/integration/parametrize_ids
tests/integration/parametrize_ids

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-virtualenv/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1
13 changes: 8 additions & 5 deletions pytest-webdriver/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool:pytest]
# This section sets configuration for all invocations of py.test,
# both standalone cmdline and running via setup.py
norecursedirs =
.git
*.egg
build
dist
norecursedirs =
.git
*.egg
build
dist

[bdist_wheel]
universal = 1

0 comments on commit deded3b

Please sign in to comment.