Skip to content

Commit

Permalink
Test released 1.10 (must pass), unreleased 1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Aug 15, 2016
1 parent 4011cca commit f8793d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ env:
- TOXENV=py27-1.8
- TOXENV=py27-1.9
- TOXENV=py27-1.10
- TOXENV=py27-1.11
- TOXENV=py32-1.8
- TOXENV=py34-1.9
- TOXENV=py34-1.10
- TOXENV=py34-1.11

matrix:
allow_failures:
- env: TOXENV=py27-1.10
- env: TOXENV=py34-1.10
- env: TOXENV=py27-1.11
- env: TOXENV=py34-1.11

install:
- pip install tox
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8, py{27,32}-1.8, py{27,34}-{1.9,1.10}
envlist = flake8, py{27,32}-1.8, py{27,34}-{1.9,1.10,1.11}

[testenv]
commands =
Expand All @@ -9,7 +9,8 @@ deps =
flake8: flake8
1.8: Django>=1.8,<1.9
1.9: Django>=1.9,<1.10
1.10: git+https://github.com/django/django.git@master#egg=django
1.10: Django>=1.10,<1.11
1.11: git+https://github.com/django/django.git@master#egg=django
passenv = CFLAGS PYTHONWARNINGS
setenv =
py{32,34}: DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/usr/lib
Expand Down

0 comments on commit f8793d1

Please sign in to comment.