Update minimum tox version to 2.3.2

After latest changes on tox.ini we need to change minimum
version of tox to 2.3.2. Problem is described in tox changelog
as #issue279. Without this change tests are unable to run.

Change-Id: I458cf0d5e8927cf11a44b49ecfb5178a228aafaf
Closes-Bug: #1695888
This commit is contained in:
Maciej Józefczyk 2017-06-05 14:08:14 +02:00 committed by Slawek Kaplonski
parent b6394f8520
commit db9ac80072
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = docs,py35,py27,pep8
minversion = 2.3.1
minversion = 2.3.2
skipsdist = True
[testenv]