Add tests run on Python 3.5

This commit is contained in:
Roman Mogilatov 2015-09-21 17:50:09 +03:00
parent 6cbd0ce7fc
commit d8b4be55a6
2 changed files with 6 additions and 0 deletions

View File

@ -13,5 +13,6 @@ env:
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3

View File

@ -74,6 +74,11 @@ basepython=python3.4
commands=
unit2 discover tests []
[testenv:py35]
basepython=python3.5
commands=
unit2 discover tests []
[testenv:pypy]
basepython=pypy
commands=