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.

Conflicts:
	tox.ini

Change-Id: I458cf0d5e8927cf11a44b49ecfb5178a228aafaf
Closes-Bug: #1695888
(cherry picked from commit db9ac80072)
This commit is contained in:
Maciej Józefczyk 2017-06-05 14:08:14 +02:00 committed by Ihar Hrachyshka
parent b5b68b3752
commit 1766a8ee18
1 changed files with 1 additions and 1 deletions

View File

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