Add travis env variable for running tests on py35

This commit is contained in:
Roman Mogilatov 2015-10-12 16:53:12 +03:00
parent 60f48ab3d9
commit 624e1cef63

View File

@ -3,6 +3,10 @@ install:
- pip install tox
script:
- tox
include:
- python: 3.5
env:
- TOXENV=py35
env:
- TOXENV=coveralls
- TOXENV=pylint