commit | dbf183506c5c9c5f5d8e4a97beefc009974ed0a3 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Wed Nov 30 13:33:02 2016 +0100 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Nov 30 07:33:02 2016 -0500 |
tree | 73c66c7cc26c6cef38546951ce507f6224a193af | |
parent | 22745ebf3e2d5bef8e089d8fb6111ff8654129ca [diff] |
Add minversion to tox.ini (#3292) Cryptography uses new features from tox 2.4. Tox 2.3 happily ignores the new config stanzes and doesn't install dependency. This can lead to strange test failures. With minversion=2.4, tox 2.3 fails to run properly: $ tox ERROR: tox version is 2.3.1, required is at least 2.4 Signed-off-by: Christian Heimes <christian@python.org>