remove 2.6 from CI configs

This commit is contained in:
Leonel Câmara
2016-05-10 23:35:15 +01:00
parent cda35fd48a
commit 713fe8e2bc
2 changed files with 1 additions and 3 deletions

View File

@@ -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;'

View File

@@ -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