Some cleanups

Followup to https://review.opendev.org/667614 :
* Pin hacking version
* ignore_basepython needs tox 3.1 or newer, add minversion

Change-Id: I1a36a090d3daca9c6630b68d4a8f2d74157e6de6
This commit is contained in:
Andreas Jaeger 2019-08-19 16:39:28 +02:00
parent d2db507115
commit 7219c458aa
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
hacking
hacking>=1.1,<1.2
coverage>=3.6
fixtures>=0.3.12

View File

@ -1,4 +1,5 @@
[tox]
min_version = 3.1
envlist = py35,py27,pypy,pep8
skipdist = True
ignore_basepython_conflict=true