From 624e1cef63502388195e558a88bac3357eff2232 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 12 Oct 2015 16:53:12 +0300 Subject: [PATCH] Add travis env variable for running tests on py35 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21be6868..b1d13044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ install: - pip install tox script: - tox +include: + - python: 3.5 + env: + - TOXENV=py35 env: - TOXENV=coveralls - TOXENV=pylint