Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
1f815e1f
Commit
1f815e1f
authored
Feb 19, 2019
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nevermind, 3.7 isn't available on Travis-CI yet.
parent
53b8e8cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
.travis.yml
.travis.yml
+1
-3
README.rst
README.rst
+1
-2
No files found.
.travis.yml
View file @
1f815e1f
language
:
python
python
:
-
2.7
-
3.5
-
3.6
-
3.7
env
:
-
DJANGO_VERSION='>=1.11,<2.0'
-
DJANGO_VERSION='>=2.0,<2.1'
...
...
@@ -13,8 +13,6 @@ matrix:
env
:
DJANGO_VERSION='>=2.0,<2.1'
-
python
:
2.7
env
:
DJANGO_VERSION='>=2.1,<2.2'
-
python
:
3.4
env
:
DJANGO_VERSION='>=2.1,<2.2'
# command to run tests
install
:
./install_redis.sh
script
:
make test DJANGO_VERSION=$DJANGO_VERSION
...
...
README.rst
View file @
1f815e1f
...
...
@@ -26,8 +26,7 @@ Changelog
* Adds support for redis-py >= 3.0.
* Drops support for Redis 2.6.
* Drops support for Python 3.4 and 3.5.
* Add support for Python 3.7.
* Drops support for Python 3.4.
* Removes custom ``expire`` method in lieu of Django's ``touch``.
* Removes ``CacheKey`` in favor of string literals.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment