Fix local test fails with pypy

tox: ERROR: pypy: InterpreterNotFound: pypy

Maybe we need to remove pypy-constraints from envlist in tox.ini
because there is no effect to review.

Change-Id: I1ff1cb103dcaad1396bc2bda487165feae6b0931
Closes-Bug: #1756108
This commit is contained in:
Nguyen Hai 2018-03-15 23:54:21 +09:00
parent ecf8029152
commit c0f2f96d2f
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