Django version loosening
This commit loosens the allowable version of django to anything <1.9a0. Each of 1.8, 1.9, and 1.10 can now be tested using tox, which will make the eventual upgrades much easier.
Showing
dogapi==1.2.1 | dogapi==1.2.1 | ||
django>=1.8.14,<1.9 | |||
django-extensions==1.5.9 | django-extensions==1.5.9 | ||
django-model-utils==2.3.1 | django-model-utils==2.3.1 | ||
# Use the same cherry-picked repo as edx-platform | # Use the same cherry-picked repo as edx-platform | ||
... | ... |
... | @@ -14,3 +14,6 @@ git+https://github.com/edx/edx-lint.git@v0.4.1#egg=edx_lint==0.4.1 | ... | @@ -14,3 +14,6 @@ git+https://github.com/edx/edx-lint.git@v0.4.1#egg=edx_lint==0.4.1 |
Sphinx==1.2 | Sphinx==1.2 | ||
sphinx-rtd-theme==0.1.5 | sphinx-rtd-theme==0.1.5 | ||
sphinxcontrib-napoleon==0.2.3 | sphinxcontrib-napoleon==0.2.3 | ||
# Tox | |||
tox==2.6.0 |
tox-requirements.txt
0 → 100644
Django<1.11 |
tox.ini
0 → 100644
Please
register
or
sign in
to comment