Skip to content

Commit

Permalink
Merge pull request #556 from frewsxcv/develop
Browse files Browse the repository at this point in the history
Run automated tests on Django 1.7
  • Loading branch information
diox committed Sep 3, 2014
2 parents b4dcb80 + 1a96480 commit 191145b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ install:
script:
- tox
env:
- TOXENV=py34-1.7.X
- TOXENV=py33-1.7.X
- TOXENV=py32-1.7.X
- TOXENV=py27-1.7.X
- TOXENV=py33-1.6.X
- TOXENV=py32-1.6.X
- TOXENV=py27-1.6.X
Expand Down
24 changes: 24 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,30 @@ commands =
django-admin.py --version
make test

[testenv:py34-1.7.X]
basepython = python3.4
deps =
Django>=1.7,<1.8
{[deps]three}

[testenv:py33-1.7.X]
basepython = python3.3
deps =
Django>=1.7,<1.8
{[deps]three}

[testenv:py32-1.7.X]
basepython = python3.2
deps =
Django>=1.7,<1.8
{[deps]three_two}

[testenv:py27-1.7.X]
basepython = python2.7
deps =
Django>=1.7,<1.8
{[deps]two}

[testenv:py33-1.6.X]
basepython = python3.3
deps =
Expand Down

0 comments on commit 191145b

Please sign in to comment.