Skip to content

Commit

Permalink
Merge "Update the minversion parameter."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 5, 2020
2 parents 4eaff2b + b757f0f commit b72a986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 3.2.0
skipsdist = True
ignore_basepython_conflict = true
envlist = py36,py37,py38,pep8,samples
Expand All @@ -18,7 +18,7 @@ whitelist_externals = find
make
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -c ./upper-constraints.txt -U {opts} {packages}
-c{toxinidir}/upper-constraints.txt
usedevelop = True
commands =
find . -type f -name "*.pyc" -delete
Expand Down

0 comments on commit b72a986

Please sign in to comment.