summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 11:22:23 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:19:57 +0100
commitc2273d911a8543e566d93ef51f90d9316ad43996 (patch)
tree753e6341c5d39b39201440944651ffb283b88b02 /setup.cfg
parenta146f483686ffcb76f2a33b17fead72b872b3f68 (diff)
downloadsemantic-version-c2273d911a8543e566d93ef51f90d9316ad43996.tar.gz
Replace setup.py test with nose2
We can't use python -m unittest discover directly, as it mistakenly tries to import the source code of the Django test app without going through the setup_django module first.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 778ba33..799dba3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,7 @@ install_requires =
dev =
Django>=1.11
# Runners
+ nose2
tox
# Quality
check_manifest