Browse Source

Format correctly tests extra dependencies

pull/2/head
juga 5 years ago
parent
commit
d9b0ae91ec
  1. 4
      setup.cfg

4
setup.cfg

@ -36,6 +36,8 @@ setup_requires =
# not conforming to semantic versioning, but it succeed with tags as # not conforming to semantic versioning, but it succeed with tags as
# `2.2.0-rc0`. # `2.2.0-rc0`.
setuptools_scm setuptools_scm
tests_require = [options.extras_require]
# To install these dependencies, run pip install .[test]
test =
pytest pytest
tox tox

Loading…
Cancel
Save