Revert "Add tests run on Python 3.5"

This reverts commit d8b4be55a6.
This commit is contained in:
Roman Mogilatov 2015-09-21 17:57:14 +03:00
parent d8b4be55a6
commit fd5aa5cb5a
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -74,11 +74,6 @@ 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=