commit | f47cefe169666322297df43b3a069e530f31e058 | [log] [tgz] |
---|---|---|
author | Goutham Pacha Ravi <gouthampravi@gmail.com> | Thu Jan 05 16:17:42 2023 -0800 |
committer | Goutham Pacha Ravi <gouthampravi@gmail.com> | Thu Jan 05 16:17:42 2023 -0800 |
tree | 3218d63233fa259f0825d20c3dcc2fb0025c9655 | |
parent | c142317fa27b6b63d658730a6bb9d529049d2ae0 [diff] [blame] |
Remove pypy from default envlist TrivialFix Change-Id: I75b0d2c1a07a407e7bae4fdc14928adfc46156de
diff --git a/tox.ini b/tox.ini index 454b8df..907516f 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py3,pypy,pep8 +envlist = py3,pep8 [testenv] basepython = python3