File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ stages:
31
31
- deploy_pypi
32
32
- deploy_conda
33
33
34
-
35
34
jobs :
36
35
allow_failures :
37
36
- arch : arm64
Original file line number Diff line number Diff line change 1
1
[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 "
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ python_versions:
12
12
- " 3.8"
13
13
- " pypy3"
14
14
- " 3.9"
15
+ - " 3.9-dev"
15
16
16
17
# travis secure password for PyPI
17
18
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:
61
62
62
63
mypy_deps :
63
64
- pprint36
65
+
66
+ use_experimental_backend : true
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ commands = yapf -i --recursive domdf_python_tools tests --exclude "*.pyi"
110
110
111
111
[testenv:mypy]
112
112
basepython = python3.6
113
- extras = all
114
113
ignore_errors = True
115
114
changedir = {toxinidir}
115
+ extras = all
116
116
deps =
117
117
mypy ==0.790
118
118
lxml
You can’t perform that action at this time.
0 commit comments