Permalink
Browse files

Updating travis

Summary: Updating travis

Test Plan: Test
  • Loading branch information...
1 parent 4991ec3 commit 86affa2f404f60b3e766544153d68a7263f387b9 Rituparna Mukherjee committed Apr 14, 2016
Showing with 2 additions and 4 deletions.
  1. +1 −3 .travis.yml
  2. +1 −1 tox.ini
View
@@ -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
View
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,py34
+envlist = py27,py33,py34
[testenv]
commands =

0 comments on commit 86affa2

Please sign in to comment.