Drop Python 2.6 compatibility
This commit is contained in:
parent
edd96b6dc6
commit
0440c7a794
3 changed files with 7 additions and 5 deletions
|
@ -9,7 +9,6 @@ python:
|
|||
- 3.4
|
||||
- 3.3
|
||||
- 2.7
|
||||
- 2.6
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
@ -33,7 +32,6 @@ env:
|
|||
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then export PYVER=py26; fi"
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then export PYVER=py27; fi"
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then export PYVER=py33; fi"
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then export PYVER=py34; fi"
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
History
|
||||
=======
|
||||
|
||||
*******************
|
||||
0.8.13 (unreleased)
|
||||
*******************
|
||||
|
||||
* Drop python 2.6 compatibility
|
||||
|
||||
*******************
|
||||
0.8.12 (2017-03-11)
|
||||
*******************
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -1,11 +1,9 @@
|
|||
[tox]
|
||||
envlist = pep8,isort,py{35,34,27}-django{19}-{cms34,cms33,cms32,knocker},py{35,34,33,27}-django{18}-cms{34,33,32,31},py{34,33,27}-django{17,16}-cms{32,31,30},py{26}-django16-cms{31,30}
|
||||
envlist = pep8,isort,py{35,34,27}-django{19}-{cms34,cms33,cms32,knocker},py{35,34,33,27}-django{18}-cms{34,33,32,31},py{34,33,27}-django{17,16}-cms{32,31,30}
|
||||
|
||||
[testenv]
|
||||
commands = {env:COMMAND:python} cms_helper.py test djangocms_blog
|
||||
deps =
|
||||
py26: unittest2
|
||||
py26: Pillow<4.0
|
||||
django16: Django>=1.6,<1.7
|
||||
django16: django-taggit<0.18
|
||||
django16: django-mptt<0.8
|
||||
|
|
Loading…
Reference in a new issue