8000 Hotfix of https://github.com/tholo/pytest-flake8/issues/34 · nirum-lang/nirum-python@dd017dc · GitHub
[go: up one dir, main page]

Skip to content

Commit dd017dc

Browse files
committed
1 parent 076db5d commit dd017dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ envlist = {py27,py34,py35,py36}-{typing351,typing352},docs
33

44
[testenv]
55
deps =
6+
; FIXME: the following command should be removed when
7+
; https://github.com/tholo/pytest-flake8/pull/35 is merged:
8+
git+git://github.com/jezdez/pytest-flake8.git@flake8-3.5.0
9+
610
-e.[tests]
711
typing351: typing<3.5.2
812
typing352: typing>=3.5.2

0 commit comments

Comments
 (0)
0