diff --git a/.travis.yml b/.travis.yml index a785e983..06f14e47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: - $HOME/.pip-cache/ python: - - '2.6' - '2.7' - 'pypy' @@ -29,7 +28,6 @@ install: before_script: - - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --download-cache $HOME/.pip-cache unittest2; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --download-cache $HOME/.pip-cache coverage; fi; - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --download-cache $HOME/.pip-cache codecov; fi - mysql -e 'create database pydal;' diff --git a/tox.ini b/tox.ini index 48545338..a70d866c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py25, py26, py27, pypy +envlist = py27, pypy [testenv] commands = unit2 -v gluon.tests