We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031dce1 commit 2dd14e0Copy full SHA for 2dd14e0
tox.ini
@@ -5,6 +5,10 @@ skipsdist = true
5
[testenv]
6
skip_install = true
7
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
+
12
pip install -f {distdir} -e .[tests]
13
pytest -v
14
0 commit comments