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:
3131 - deploy_pypi
3232 - deploy_conda
3333
34-
3534jobs :
3635 allow_failures :
3736 - arch : arm64
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff 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
1718travis_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
6263mypy_deps :
6364 - 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"
110110
111111[testenv:mypy]
112112basepython = python3.6
113- extras = all
114113ignore_errors = True
115114changedir = {toxinidir}
115+ extras = all
116116deps =
117117 mypy ==0.790
118118 lxml
You can’t perform that action at this time.
0 commit comments