Update tox.ini with py35

We test py35 in the gate, add that to tox.ini too.

Change-Id: Ifb3b313caedd427dec777ad7e72649ec78f6a80f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-24 19:45:42 -04:00
parent c47e81959e
commit e5d5f598f5
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipdist = True
[testenv]