mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Document Django 1.9 not supporting Python 3.3
This commit is contained in:
parent
8cbd3f3389
commit
3a6f22e252
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ env:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
# Django 1.9 dropped support for Python 3.3
|
||||
- python: "3.3"
|
||||
env: DJANGO="1.9"
|
||||
|
||||
|
|
@ -39,8 +40,8 @@ install:
|
|||
- [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]] && PYENV="pypy3"
|
||||
|
||||
before_script:
|
||||
- psql -c "create database ${PGDATABASE};"
|
||||
- env | sort
|
||||
- psql -c "create database ${PGDATABASE};"
|
||||
|
||||
script:
|
||||
- PATH="$HOME/.meteor:$PATH" tox -vvvv -e ${PYENV}-django${DJANGO}
|
||||
|
|
|
|||
Loading…
Reference in a new issue