Remove pypy from default envlist

TrivialFix

Change-Id: I75b0d2c1a07a407e7bae4fdc14928adfc46156de
This commit is contained in:
Goutham Pacha Ravi 2023-01-05 16:17:42 -08:00
parent c142317fa2
commit f47cefe169
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py3,pypy,pep8
envlist = py3,pep8
[testenv]
basepython = python3