summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-11-14 22:36:08 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2018-11-14 22:36:08 -0800
commit174552c77495069c086082d2c6015581bb436a64 (patch)
tree2e2d84454cc0f65e788db6edeb6b64247d49d34e
parent0d6c7b6701a1a54794d08a4ec3142face6bc32aa (diff)
downloadnatsort-174552c77495069c086082d2c6015581bb436a64.tar.gz
Doctests are run on all versions... oops!
I had only installed semver for Py3.6, thinking that was the only version that ran doctests.
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 3607a9f..cbf6089 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ pytest-cov = "*"
pytest-mock = ">=1.1"
hypothesis = ">=3.8.0"
pytest-faulthandler = {version = "*", platform_python_implementation = "== 'CPython'"}
-semver = {python_version = "== '3.6'"}
+semver = "*"
# These packages are standard on newer python versions.
pathlib = {version = "*", python_version = "< '3.4'"}