File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ cache: pip
4
4
5
5
matrix :
6
6
include :
7
- - python : 2.7
7
+ - python : 3.6
8
8
env : TOXENV=docs
9
- - python : 2.7
10
- env : TOXENV=prospector
11
9
- python : 3.5
10
+ env : TOXENV=prospector
11
+ - python : 3.6
12
12
env : TOXENV=isort
13
13
- python : 2.7
14
14
env : TOXENV=py27-1.8
Original file line number Diff line number Diff line change 30
30
deps =
31
31
Sphinx>=1.3
32
32
-r{toxinidir}/docs/requirements.txt
33
- basepython = python2.7
33
+ basepython = python3.6
34
34
commands =
35
35
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
36
36
@@ -39,10 +39,11 @@ deps =
39
39
# Prospector 0.12.5 (with pylint 1.7) adds new checks which are not yet fixed in localflavor.
40
40
prospector ==0.12.4
41
41
pylint>=1.6,<1.7
42
- basepython = python2.7
42
+ # Prospector 0.12.4 doesn't work with Python 3.6.
43
+ basepython = python3.5
43
44
commands = prospector --profile localflavor.prospector.yaml {toxinidir}
44
45
45
46
[testenv:isort]
46
47
deps = isort>=4.2,<4.3
47
- basepython = python3.5
48
+ basepython = python3.6
48
49
commands = isort --recursive --line-width 120 --diff --check {toxinidir}/localflavor {toxinidir}/tests
You can’t perform that action at this time.
0 commit comments