Skip to content

Commit

Permalink
Merge pull request #24 from mrjmad/master
Browse files Browse the repository at this point in the history
Add django 1.11 configuration in tests
  • Loading branch information
wo0dyn authored Sep 7, 2017
2 parents 9270a89 + af0acbb commit bd7bd0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django110
- TOXENV=py27-django111
- TOXENV=isort
- TOXENV=flake8

Expand All @@ -21,5 +22,7 @@ matrix:
env: TOXENV=py35-django19
- python: 3.5
env: TOXENV=py35-django110
- python: 3.5
env: TOXENV=py35-django111
- python: 3.5
env: TOXENV=flake8
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog for django-x509
0.5 (unreleased)
----------------

- Add Python3 and Django 1.10 support.
- Add Python3 and Django 1.10 and 1.11 support.
- Explicit on_delete behaviour for ForeignKeys


Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist = flake8,isort,py27-django{18,19,110},py35-django{18,19,110}
envlist = flake8,isort,py27-django{18,19,110,111},py35-django{18,19,110,111}

[testenv]
usedevelop = True
deps =
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
-rrequirements.txt
commands =
django-admin test --settings=x509.tests.settings_for_tests
Expand Down

0 comments on commit bd7bd0a

Please sign in to comment.