Add tox commands for running tests on py35

This commit is contained in:
Roman Mogilatov 2015-10-12 16:51:03 +03:00
parent d7462abeff
commit 60f48ab3d9

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist= envlist=
dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, pypy, pypy3 dev, coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3
[testenv] [testenv]
deps= deps=
@ -75,6 +75,11 @@ basepython=python3.4
commands= commands=
unit2 discover tests [] unit2 discover tests []
[testenv:py35]
basepython=python3.5
commands=
unit2 discover tests []
[testenv:pypy] [testenv:pypy]
basepython=pypy basepython=pypy
commands= commands=