Add python 3.6 for test and remove pypy in tox

This commit adds support for py36 in tox.ini by default. When tox
command is executed by developer it will run py36 tests.
Also removes pypy as it's no longer used.

Change-Id: I13df371624787d1a8b0f85bdb9750527e3fdb987
This commit is contained in:
akhiljain23 2018-10-04 13:25:15 +05:30 committed by Eric K
parent df91e3811f
commit 63ee08f0d8
1 changed files with 1 additions and 1 deletions

View File

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