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
bcc04618
Commit
bcc04618
authored
Jan 25, 2019
by
Tim Graham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add testing for Django 2.2
parent
172ee6a1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
.travis.yml
.travis.yml
+5
-0
Makefile
Makefile
+1
-1
README.rst
README.rst
+1
-1
setup.py
setup.py
+1
-0
No files found.
.travis.yml
View file @
bcc04618
...
...
@@ -10,14 +10,19 @@ env:
-
DJANGO_VERSION='>=1.11,<2.0'
-
DJANGO_VERSION='>=2.0,<2.1'
-
DJANGO_VERSION='>=2.1,<2.2'
-
DJANGO_VERSION='>=2.2a1,<3.0'
matrix
:
exclude
:
-
python
:
2.7
env
:
DJANGO_VERSION='>=2.0,<2.1'
-
python
:
2.7
env
:
DJANGO_VERSION='>=2.1,<2.2'
-
python
:
2.7
env
:
DJANGO_VERSION>=2.2a1,<3.0'
-
python
:
3.4
env
:
DJANGO_VERSION='>=2.1,<2.2'
-
python
:
3.4
env
:
DJANGO_VERSION='>=2.2a1,<3.0'
# command to run tests
install
:
./install_redis.sh
script
:
make test DJANGO_VERSION=$DJANGO_VERSION
...
...
Makefile
View file @
bcc04618
SHELL
:=
/bin/bash
PACKAGE_NAME
=
redis_cache
DJANGO_VERSION
?=>=
1.11,<
2.2
DJANGO_VERSION
?=>=
1.11,<
3.0
.PHONY
:
install_requirements
install_requirements
:
requirements*.txt
...
...
README.rst
View file @
bcc04618
...
...
@@ -24,7 +24,7 @@ Changelog
X.Y.Z
-----
* Adds testing for Python 3.7 (no code changes required).
* Adds testing for
Django 2.2 and
Python 3.7 (no code changes required).
1.8.0
-----
...
...
setup.py
View file @
bcc04618
...
...
@@ -26,5 +26,6 @@ setup(
"Framework :: Django :: 1.11"
,
"Framework :: Django :: 2.0"
,
"Framework :: Django :: 2.1"
,
"Framework :: Django :: 2.2"
,
],
)
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