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
8bdbcffb
Commit
8bdbcffb
authored
Feb 20, 2019
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be a little more explicit with exclusions.
parent
2c113d0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
.travis.yml
.travis.yml
+12
-4
No files found.
.travis.yml
View file @
8bdbcffb
...
...
@@ -6,13 +6,21 @@ python:
-
3.6
-
3.7
env
:
-
DJANGO_VERSION=
1.11
-
DJANGO_VERSION=
2.0
-
DJANGO_VERSION=
2.1
-
DJANGO_VERSION=
'==1.11'
-
DJANGO_VERSION=
'==2.0'
-
DJANGO_VERSION=
'==2.1'
matrix
:
exclude
:
-
python
:
2.7
env
:
DJANGO_VERSION='>=2.0'
env
:
DJANGO_VERSION='==2.0'
-
python
:
2.7
env
:
DJANGO_VERSION='==2.1'
-
python
:
3.5
env
:
DJANGO_VERSION='==1.11'
-
python
:
3.6
env
:
DJANGO_VERSION='==1.11'
-
python
:
3.7
env
:
DJANGO_VERSION='==1.11'
# command to run tests
install
:
./install_redis.sh
script
:
make test DJANGO_VERSION=$DJANGO_VERSION
...
...
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