Skip to content

Commit

Permalink
Revert "greater than OR equal to 1.9"
Browse files Browse the repository at this point in the history
This reverts commit 830d9c1.
  • Loading branch information
rizumu committed Jul 18, 2014
1 parent bf43233 commit 7e2ac4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ Requirements
************

* Django>=1.2
* pyrax>=1.9,<1.10
* pyrax>1.9,<1.10


Tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version=__import__("cumulus").get_version().replace(" ", "-"),
packages=find_packages(),
install_requires=[
"pyrax>=1.9,<1.10",
"pyrax>1.9,<1.10",
],
author="Ferrix Hovi, Thomas Schreiber",
license="BSD",
Expand Down
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,54 +17,54 @@ setenv = PYTHONPATH = {toxinidir}/example
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.4,<1.6
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py26-django14]
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.3,<1.5
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py26-django13]
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.2,<1.4
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py26-django12]
commands = django-admin.py test cumulus --settings=settings.legacy
deps =
Django>1.1,<1.3
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py27-django15]
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.4,<1.6
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py27-django14]
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.3,<1.5
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py27-django13]
commands = django-admin.py test cumulus --settings=settings.test
deps =
Django>1.2,<1.4
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

[testenv:py27-django12]
commands = django-admin.py test cumulus --settings=settings.legacy
deps =
Django>1.1,<1.3
pyrax>=1.9,<1.10
pyrax>1.9,<1.10
Pillow

0 comments on commit 7e2ac4c

Please sign in to comment.