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
d0fafdae
Commit
d0fafdae
authored
Dec 04, 2017
by
Diederik van der Boor
Browse files
add Django 2.0 to test matrix
parent
2621fd2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d0fafdae
...
...
@@ -8,6 +8,11 @@ env:
-
DJANGO="django>=1.9.0,<1.10.0"
-
DJANGO="django>=1.10.0,<1.11.0"
-
DJANGO="django>=1.11.0,<1.12.0"
-
DJANGO="django>=2.0,<2.1"
matrix
:
exclude
:
-
python
:
2.7
env
:
DJANGO="django>=2.0,<2.1"
before_install
:
-
pip install codecov
install
:
...
...
tox.ini
View file @
d0fafdae
...
...
@@ -2,6 +2,7 @@
envlist
=
py27-django{18,19,110,111},
py36-django{18,19,110,111},
py36-django{20},
# py36-django-dev,
coverage,
...
...
@@ -13,6 +14,7 @@ deps =
django19:
Django
>=
1.9,<1.10
django110:
Django
>=
1.10,<1.11
django111:
Django
>=
1.11,<1.12
django20:
Django
>=
2.0,<2.1
django-dev:
https://github.com/django/django/tarball/master
commands
=
python
runtests.py
...
...
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