Skip to content

Commit fe224fd

Browse files
committed
Test repo_helper's experimental build backend.
1 parent 3da86c9 commit fe224fd

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ stages:
3131
- deploy_pypi
3232
- deploy_conda
3333

34-
3534
jobs:
3635
allow_failures:
3736
- arch: arm64

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=40.6.0", "wheel>=0.34.2"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["repo-helper", "setuptools>=40.6.0", "wheel>=0.34.2"]
3+
build-backend = "repo_helper.build"

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python_versions:
1212
- "3.8"
1313
- "pypy3"
1414
- "3.9"
15+
- "3.9-dev"
1516

1617
# travis secure password for PyPI
1718
travis_pypi_secure: "GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w="
@@ -61,3 +62,5 @@ intersphinx_mapping:
6162

6263
mypy_deps:
6364
- pprint36
65+
66+
use_experimental_backend: true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ commands = yapf -i --recursive domdf_python_tools tests --exclude "*.pyi"
110110

111111
[testenv:mypy]
112112
basepython = python3.6
113-
extras = all
114113
ignore_errors = True
115114
changedir = {toxinidir}
115+
extras = all
116116
deps =
117117
mypy==0.790
118118
lxml

0 commit comments

Comments
 (0)