mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
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:
parent
787bbf4344
commit
487741ecbe
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue