Skip to content

Commit

Permalink
Django 1.11 builds (#288)
Browse files Browse the repository at this point in the history
* Django 1.11 builds

* Update README
  • Loading branch information
Stranger6667 committed Apr 6, 2017
1 parent 544c709 commit 05fdb46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ http://code.google.com/p/python-money/

This version adds tests, and comes with several critical bugfixes.

Django versions supported: 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10
Django versions supported: 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11

Python versions supported: 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
Python versions supported: 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6

PyPy versions supported: PyPy 2.6, PyPy3 2.4

Expand Down
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,25 @@ commands =
djangorestframework>=3.3.3
1.9.x =
Django>=1.9.0,<1.10.0
django-reversion>=2.0.0
django-reversion>=2.0.8
djangorestframework>=3.3.3
1.10.x =
Django>=1.10.0,<1.11.0
django-reversion>=2.0.0
django-reversion>=2.0.8
djangorestframework>=3.3.3
1.11.x =
Django==1.11rc1
django-reversion>=2.0.0
djangorestframework>=3.5.3
Django>=1.11.0,<2.0.0
django-reversion>=2.0.8
djangorestframework>=3.6.2
master =
https://github.com/django/django/tarball/master
django-reversion>=2.0.0
djangorestframework>=3.5.3
django-reversion>=2.0.8
djangorestframework>=3.6.2

[testenv:no_rest_framework]
deps =
Django>=1.9.0,<1.10.0
django-reversion>=2.0.0
django-reversion>=2.0.8
pytest<3.0.0
pytest-django<3.0.0
pytest-cov
Expand Down

0 comments on commit 05fdb46

Please sign in to comment.