Skip to content

Commit c04e260

Browse files
committed
Dependency update
pylint can be removed as it is now pinned in prospector.
1 parent 38ca121 commit c04e260

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist = py27, py35, py36, py37, pypy, format, lint, packaging, docs
33

44
[testenv]
55
deps =
6-
pytest==4.0.0
7-
pytest-cov==2.6.0
6+
pytest==4.1.1
7+
pytest-cov==2.6.1
88
{env:CI_DEPS:}
99
{env:EXTRA_DEPS:}
1010
passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_*
@@ -36,13 +36,12 @@ commands =
3636
basepython = python3.6
3737
# pylint==2.1.1 required due to prospector bug, see https://github.com/PyCQA/prospector/pull/309
3838
deps =
39-
prospector==1.1.4
40-
pylint==2.1.1
39+
prospector==1.1.6.2
4140
commands = prospector
4241

4342
[testenv:docs]
4443
basepython = python3.6
45-
deps = sphinx==1.8.2
44+
deps = sphinx==1.8.3
4645
whitelist_externals = make
4746
changedir = {toxinidir}/docs
4847
commands =

0 commit comments

Comments
 (0)