Skip to content

Commit

Permalink
Add Django 2.2 to tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Jun 27, 2019
1 parent f0c6db9 commit 0b20a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Update your Django settings and use it like any other Django storage module::
Features
--------

* Fully tested on Python 2.7, 3.4 - 3.7, PyPy 2.7-6.0.0 and PyPy 3.5-6.0.0 with
Django 1.11 and 2.0 - 2.1
* Fully tested on Python 2.7, 3.4 - 3.7, PyPy 2.7-7.1.1 and PyPy 3.6-7.1.1 with
Django 1.11 and 2.1 - 2.2
* Files are locally downloaded as SpooledTemporaryFile objects to avoid memory
abuse
* Changed files will automatically be reuploaded to GCS when closed
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist =
{py27,py34,py35,py36,pypy,pypy3}-django111,
{py34,py35,py36,py37,pypy3}-{django20,django21},
{py27,py34,py35,py36,py37,pypy2,pypy3}-django111,
{py35,py36,py37,pypy3}-{django21,django22},
[testenv]
deps =
-rrequirements-test.txt
django111: django<1.12
django20: django<2.1
django21: django<2.2
django22: django<2.3
commands = py.test {posargs}
[pytest]
DJANGO_SETTINGS_MODULE = test_app.app.settings
Expand Down

0 comments on commit 0b20a72

Please sign in to comment.