Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
785946dd
Commit
785946dd
authored
Dec 06, 2019
by
Michael Wiegand
Committed by
Diederik van der Boor
Jan 14, 2020
Browse files
Exclude Django 2.1 and 2.2 from Python 2.7 test matrix
parent
0ecefb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
785946dd
...
...
@@ -15,6 +15,10 @@ matrix:
exclude
:
-
python
:
2.7
env
:
DJANGO="django>=2.0,<2.1"
-
python
:
2.7
env
:
DJANGO="django>=2.1,<2.2"
-
python
:
2.7
env
:
DJANGO="django>=2.2,<2.3"
before_install
:
-
pip install codecov
install
:
...
...
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