Drop python 3.3 in favor of 3.6

Note that Wagtail tests from python 3.4 to 3.6:
9926745262/.travis.yml
This commit is contained in:
Dario Marcelino 2018-01-04 11:35:36 +00:00
parent 787bbf4344
commit 487741ecbe

View file

@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- WAGTAIL="wagtail>=1.4,<1.5"
- WAGTAIL="wagtail>=1.5,<1.6"
@ -17,7 +17,6 @@ env:
- WAGTAIL="wagtail>=1.13,<1.14"
install:
- pip install --upgrade -q pip setuptools
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install 'Django>=1.8,<1.9'; fi
- pip install -q $WAGTAIL
- pip install --process-dependency-links -e .
script: