From 713fe8e2bcb0ce8d1d866016ad4277d00166613e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Tue, 10 May 2016 23:35:15 +0100 Subject: [PATCH] remove 2.6 from CI configs --- .travis.yml | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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