Skip to content

Commit

Permalink
fixup! Add Django 1.11b1 to Travis as allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman authored and m1kola committed Mar 12, 2017
1 parent 2f6c88f commit 7363993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
skipsdist = True
usedevelop = True

envlist = py{27,34,35}-dj{18,110,110head,dj11}-{sqlite,postgres,mysql}-{elasticsearch5,elasticsearch2,elasticsearch,noelasticsearch},
envlist = py{27,34,35}-dj{18,110,110head,111}-{sqlite,postgres,mysql}-{elasticsearch5,elasticsearch2,elasticsearch,noelasticsearch},
flake8

[testenv]
Expand All @@ -25,7 +25,7 @@ deps =
dj18: Django>=1.8.1,<1.9
dj110: Django>=1.10a1,<1.11
dj110head: git+https://github.com/django/django.git@stable/1.10.x#egg=Django
dj11: Django>=1.11b1,<1.12
dj111: Django>=1.11b1,<1.12
postgres: psycopg2>=2.6
mysql: mysqlclient==1.3.6
elasticsearch: elasticsearch>=1,<2
Expand Down

0 comments on commit 7363993

Please sign in to comment.