summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 11:20:51 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 11:30:48 +0100
commit82025b32e75e724dac99350a5d6a84782f7484b3 (patch)
tree1aaa5d4fe5eb87f894a6048a70b90f67dd51c9da /tox.ini
parent88b077b1cc19a4754ef004ff0ca07c3d2bb8ef19 (diff)
downloadsemantic-version-82025b32e75e724dac99350a5d6a84782f7484b3.tar.gz
Move package metadata to setup.cfg
Instead of relying on setup.py, use setup.cfg. Dev/doc requirements have been moved there as well, under the `doc` and `dev` extras.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2841dbb..d5cab59 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,8 @@ envlist =
toxworkdir = {env:TOX_WORKDIR:.tox}
[testenv]
+extras = dev
deps =
- -rrequirements_test.txt
django111: Django>=1.11,<1.12
django22: Django>=2.2,<2.3
@@ -17,8 +17,7 @@ whitelist_externals = make
commands = make test
[testenv:lint]
-deps =
- -rrequirements_test.txt
+extras = dev
whitelist_externals = make
commands = make lint