Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Marinello
django-password-reset
Commits
752cb029
Commit
752cb029
authored
Aug 26, 2018
by
Tim Graham
Browse files
Add testing for Python 3.6
parent
c992f139
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
752cb029
language
:
python
python
:
"
3.
5
"
python
:
"
3.
6
"
sudo
:
false
cache
:
pip
env
:
-
TOXENV=py27-django111
-
TOXENV=py34-django111
-
TOXENV=py35-django111
-
TOXENV=py36-django111
-
TOXENV=py34-django20
-
TOXENV=py35-django20
-
TOXENV=py36-django20
-
TOXENV=py35-django21
-
TOXENV=py36-django21
-
TOXENV=docs
-
TOXENV=lint
matrix
:
include
:
-
python
:
"
3.5"
env
:
TOXENV=py35-django111
-
python
:
"
3.5"
env
:
TOXENV=py35-django20
-
python
:
"
3.5"
env
:
TOXENV=py35-django21
exclude
:
-
python
:
"
3.6"
env
:
TOXENV=py35-django111
-
python
:
"
3.6"
env
:
TOXENV=py35-django20
-
python
:
"
3.6"
env
:
TOXENV=py35-django21
install
:
-
pip install tox
script
:
...
...
tox.ini
View file @
752cb029
...
...
@@ -3,6 +3,7 @@ envlist =
py27-django111,
py34-django{111,20},
py35-django{111,20,21},
py36-django{111,20,21},
docs,
lint
[testenv]
...
...
@@ -11,13 +12,14 @@ basepython =
py27:
python2.7
py34:
python3.4
py35:
python3.5
py36:
python3.6
deps
=
django111:
Django>=1.11,<2.0
django20:
Django>=2.0,<2.1
django21:
Django>=2.1,<2.2
[testenv:docs]
basepython
=
python3.
5
basepython
=
python3.
6
changedir
=
docs
deps
=
Sphinx
...
...
@@ -26,7 +28,7 @@ commands =
sphinx-build
-W
-b
html
-d
{envtmpdir}/doctrees
.
{envtmpdir}/html
[testenv:lint]
basepython
=
python3.
5
basepython
=
python3.
6
deps
=
flake8
commands
=
...
...
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