summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2020-01-28 13:13:43 +0100
committerLuigi Toscano <ltoscano@redhat.com>2020-01-28 13:13:43 +0100
commit82ecc50fbe247ba72b0b3cfb73ff83d89390cd9d (patch)
tree0544fa7828e0cc0f794e6a5356937fc7122f25dd
parent62bfa6af46d1091bc1457a42daf6c5315f3bd5d6 (diff)
downloadpython-saharaclient-82ecc50fbe247ba72b0b3cfb73ff83d89390cd9d.tar.gz
fix: typo in tox minversion option3.0.0
Change-Id: I791bdb664d4438d446a7cd9d0c8fd98b3f13ebff
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e9fdad6..3d99c28 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = py37,pypy,pep8,releasenotes
-minversioon = 3.1.1
+minversion = 3.1.1
skipsdist = True
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file