Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 0c08264

Browse files
committed
Merge branch 'master' into davidfischer/remove-custom-builders
2 parents a9ac695 + 2a3cdd7 commit 0c08264

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- 3.8
77
matrix:
88
include:
9-
- python: 2.7
9+
- python: 3.7
1010
script: tox -e lint
1111
- python: 3.7
1212
dist: xenial

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ commands =
2424
py.test {posargs}
2525

2626
[testenv:lint]
27+
# Requires Python3
2728
# Prospector >= 1.0 does not run under Python2 due to a bug
2829
# https://github.com/PyCQA/prospector/issues/274
2930
deps =
3031
.
31-
sphinx
32-
prospector<1.0
32+
sphinx<3
33+
prospector>1.0,<1.2
3334
commands =
3435
prospector \
3536
--profile-path={toxinidir} \

0 commit comments

Comments
 (0)