Skip to content

Commit 62d457a

Browse files
committed
Update Python and dev dependency versions
1 parent 8e0f573 commit 62d457a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = py34,py35,py36,py37,flake8
2+
envlist = py35,py36,py37,py38,flake8
33

44
[testenv]
55
deps =
6-
pytest==4.1.1
7-
coverage==4.5.2
6+
pytest==5.3.5
7+
coverage==5.0.3
88
commands =
99
coverage run -m pytest {posargs}
1010
# coverage report -m
@@ -18,7 +18,7 @@ testpaths =
1818
skipsdist = True
1919
basepython = python3
2020
deps =
21-
flake8==3.7.7
21+
flake8==3.7.9
2222
# flake8-docstrings==1.3.0
2323
commands =
2424
flake8 {posargs} .

0 commit comments

Comments
 (0)