Merge "Fix local test fails with pypy"

This commit is contained in:
Zuul 2018-03-20 18:11:30 +00:00 committed by Gerrit Code Review
commit cceab38e79
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# noted to use py35 you need virtualenv >= 1.11.4
[tox]
envlist = py35,py27,pypy,pep8,docs
envlist = py35,py27,pep8,docs
minversion = 2.0
skipsdist = True