Skip to content

Commit

Permalink
Update Travis test matrix
Browse files Browse the repository at this point in the history
- remove Python 3.6 for now as setuptools is broken there, see
  pypa/setuptools#866
- add Django 1.11 pre release, this will fail at least until fix for
  python-social-auth/social-app-django#24 is
  released

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jan 30, 2017
1 parent 25030a7 commit 0235fd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ env:
- CI_PIP_DEPS="Django>=1.10,<1.11" CI_DATABASE=mysql
- CI_PIP_DEPS="Django>=1.10,<1.11" CI_DATABASE=postgresql
- CI_PIP_DEPS="Django>=1.10,<1.11" CI_DATABASE=postgresql CI_MODE=selenium
- CI_PIP_DEPS="--pre Django"
- CI_PIP_DEPS="sphinxcontrib-httpdomain docutils!=0.13.1" CI_MODE=docs
global:
- DJANGO_SETTINGS_MODULE=weblate.settings_test
Expand Down Expand Up @@ -45,11 +46,9 @@ matrix:
include:
- python: "3.5"
env: CI_PIP_DEPS="Django>=1.10,<1.11"
- python: "3.6"
env: CI_PIP_DEPS="Django>=1.10,<1.11"
allow_failures:
- python: "3.6"
env: CI_PIP_DEPS="Django>=1.10,<1.11"
- python: "2.7"
env: CI_PIP_DEPS="--pre Django"
addons:
apt:
packages:
Expand Down

0 comments on commit 0235fd7

Please sign in to comment.