Skip to content

Commit 2dd14e0

Browse files
committed
[changelog skip]
1 parent 031dce1 commit 2dd14e0

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
@@ -5,6 +5,10 @@ skipsdist = true
55
[testenv]
66
skip_install = true
77
commands =
8+
; FIXME: the following command should be removed when
9+
; https://github.com/tholo/pytest-flake8/pull/35 is merged:
10+
pip install git+git://github.com/jezdez/pytest-flake8.git@flake8-3.5.0
11+
812
pip install -f {distdir} -e .[tests]
913
pytest -v
1014

0 commit comments

Comments
 (0)