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/ - $HOME/.pip-cache/
python: python:
- '2.6'
- '2.7' - '2.7'
- 'pypy' - 'pypy'
@@ -29,7 +28,6 @@ install:
before_script: 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 coverage; fi;
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --download-cache $HOME/.pip-cache codecov; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --download-cache $HOME/.pip-cache codecov; fi
- mysql -e 'create database pydal;' - mysql -e 'create database pydal;'

View File

@@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py25, py26, py27, pypy envlist = py27, pypy
[testenv] [testenv]
commands = unit2 -v gluon.tests commands = unit2 -v gluon.tests