Merge branch 'add-django-git-to-tests' into 'master'
Add latest django development branch to test suite

Add the django dev branch to the test suite but allow it to fail. This can make transitioning to newer releases easier

See merge request !103
commit c0a8aebeb2ab8a4d2b177f9fb929b490d068ef3c
2 parents f8e65b0 + 514ddfe
@Aurélien Bompard Aurélien Bompard authored on 25 Mar 2016
Showing 2 changed files
View
5
.gitlab-ci.yml
script:
- tox -e pep8
allow_failure: true
 
django-latest:
script:
- tox -e py27-django-latest
allow_failure: true
View
1
■■■■
tox.ini
deps =
{[base]deps}
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10a
django-latest: https://github.com/django/django/archive/master.tar.gz
commands =
coverage run {envbindir}/django-admin.py test --settings=testing.test_settings {posargs:postorius}
coverage report
setenv =