add py35 to tox environments

This commit is contained in:
Patrick Atamaniuk 2016-01-05 22:15:42 +01:00
parent abb1345c49
commit 13a2868dd2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py33,py34
envlist = py33,py34,py35
skipsdist = True
[testenv]