Added py36 to tox

Also removed pypy since we don't use it.

Change-Id: I41781e87c391325bec03a4ede02deb182f1bb73d
This commit is contained in:
Kristi Nikolla 2017-07-20 16:40:15 -04:00
parent 6f5a885fa4
commit f580783b4b
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 = py36,py35,py27,pep8
skipsdist = True
[testenv]