tox: Use default Python 3 version, remove pypy

When running tests locally, use only default Python version 3 so
that when Python version is updated, this will use the latest py3.

Remove pypy environment as this implementation is not being
used.

This does not affect Zuul configuration, only developer's local.

Change-Id: I9eb0834f3d39f33b05ab638a744d798f1eda0e08
This commit is contained in:
Aija Jaunteva 2018-05-25 10:07:11 +03:00
parent 0b9497dfa6
commit 1b10e1c400
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py36,py35,py27,pypy,pep8
envlist = py3,py27,pep8
skipsdist = True
[testenv]