From d0a6b0bc3cd1936d34a8af9f2464d9a5cd4e8470 Mon Sep 17 00:00:00 2001 From: Free Ekanayaka Date: Mon, 31 Oct 2016 16:12:37 +0000 Subject: [PATCH] Run Travis tests on Python 2.7 as well --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2d00b9..44a55ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python python: + - "2.7" - '3.5' install: - - pip install tox + - pip install tox-travis - pip install python-coveralls script: @@ -11,4 +12,3 @@ script: after_success: - coveralls -