diff --git a/.travis.yml b/.travis.yml index 5fa4144..f969f0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" before_install: - sudo apt-get update -qq diff --git a/python/tox.ini b/python/tox.ini index 045ae34..7a7c1ad 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27 +envlist = py27 [testenv] deps=