Add py35 to tox.ini envlist

This commit adds py35 to the tox.ini envlist. We should support not only
python 3.4 but also python 3.5. And this commit also fixes the envlist
order to avoid the testr execution error with dbm usage.

Change-Id: I9e48a66f47ad5f73c117e2d6ddb10ebd4b1e2bba
This commit is contained in:
Masayuki Igawa 2016-11-25 15:40:19 +09:00
parent 6d0ec590dd
commit 11590b64ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8,npm-test,npm-lint
envlist = py35,py34,py27,pep8,npm-test,npm-lint
minversion = 1.6
skipsdist = True