Commit 27dc3897 authored by Michal Čihař's avatar Michal Čihař

Enable testing against development version of Django

Allow failures here, but this will help us keep up with upstream
changes.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0b9b6c01
......@@ -13,6 +13,7 @@ env:
- CI_DJANGO="Django>=1.7,<1.8" CI_DATABASE=postgresql
- CI_DJANGO="Django>=1.7,<1.8"
- CI_DJANGO="Django>=1.6,<1.7"
- CI_DJANGO="https://github.com/django/django/zipball/master"
- CI_DJANGO="Django>=1.7,<1.8" CI_DATABASE=postgresql CI_RUN_TESTS="-p test_selenium.py" CI_SELENIUM=1
global:
- DJANGO_SETTINGS_MODULE=weblate.settings_test
......@@ -33,3 +34,7 @@ cache:
directories:
- $HOME/.pip-cache/
sudo: false
matrix:
allow_failures:
- python: 2.7
env: CI_DJANGO="https://github.com/django/django/zipball/master"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment