Skip to content

Commit

Permalink
Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Apr 2, 2016
1 parent 075ffba commit 5a505bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -85,6 +85,10 @@ matrix:
env: DJANGO='django18' CMS='cms30'
- python: 3.3
env: DJANGO='django19' CMS='cms30'
- python: 3.3
env: DJANGO='django19' CMS='cms31'
- python: 3.3
env: DJANGO='django19' CMS='cms32'
- python: 3.4
env: DJANGO='django18' CMS='cms30'
- python: 3.4
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -5,6 +5,7 @@ envlist = pep8,isort,py{27,33,34,35}-django{19}-cms{32},py{27,33,34,35}-django{1
commands = {env:COMMAND:python} setup.py test
deps =
django16: Django>=1.6,<1.7
django16: django-treebeard==3.0
django17: Django>=1.7,<1.8
django18: Django>=1.7,<1.9
django19: Django>=1.8,<1.10
Expand Down

0 comments on commit 5a505bf

Please sign in to comment.