Add py36 to tox

Change-Id: I5f99c503c12b16fdc83a1e1b556cd14d8b8805e7
This commit is contained in:
Eyal 2018-09-02 08:41:39 +03:00
parent 83df20dd27
commit 5b0acfce27
1 changed files with 1 additions and 1 deletions

View File

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