From 86affa2f404f60b3e766544153d68a7263f387b9 Mon Sep 17 00:00:00 2001 From: Rituparna Mukherjee Date: Thu, 14 Apr 2016 11:59:16 -0700 Subject: [PATCH] Updating travis Summary: Updating travis Test Plan: Test --- .travis.yml | 4 +--- tox.ini | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a09afad..2963f0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ env: - TOX_ENV=py34 - TOX_ENV=py33 - TOX_ENV=py27 - - TOX_ENV=py26 install: - - pip install tox - - '[ "$TOX_ENV" = "py26" ] && pip install importlib || true' + - pip install tox script: - tox -e $TOX_ENV diff --git a/tox.ini b/tox.ini index 9901231..429b1e8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34 +envlist = py27,py33,py34 [testenv] commands =