Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
v2.2 Release. Added latest Django 3.0 to testsuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Feb 5, 2020
1 parent cca0218 commit 5dcbf7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ allow_prereleases = true
[scripts]
test = "sh -c \"coverage erase && pytest && coverage html && echo Coverage report in /tmp/coverage_report/django-memcache-status/index.html\""
cleanup = "sh -c \"isort -rc memcache_status && black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' memcache_status\""
testserver = "sh -c \"django-admin migrate --noinput && django-admin runserver\""
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To test a specific cache backend define it in the env variable::
Changelog
=========

**(master):**
**v2.2 (2020-02-05):**

- Compatibility and tests for Django 2.2 and 3.0, and Python 3.8.
- Use pytest for testing.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-memcache-status
version = 2.1
version = 2.2
description =
A django application that displays the load and some other
statistics about your memcached instances in the admin.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps=
django-20: django==2.0.*
django-21: django==2.1.*
django-22: django==2.2.*
django-30: django==3.0a1
django-30: django==3.0.*

[testenv:coverage_setup]
basepython=python3.6
Expand Down

0 comments on commit 5dcbf7e

Please sign in to comment.