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
88cd5824
Commit
88cd5824
authored
Aug 26, 2016
by
Tim Graham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Confirm support for Python 3.5
parent
1edefc72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.travis.yml
.travis.yml
+1
-0
setup.py
setup.py
+1
-0
No files found.
.travis.yml
View file @
88cd5824
...
...
@@ -3,6 +3,7 @@ python:
-
"
2.7"
-
"
3.3"
-
"
3.4"
-
"
3.5"
env
:
-
DJANGO_VERSION=1.8
# command to run tests
...
...
setup.py
View file @
88cd5824
...
...
@@ -14,6 +14,7 @@ setup(
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries"
,
"Topic :: Utilities"
,
...
...
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