We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ceb7 commit edbf3afCopy full SHA for edbf3af
tox-requirements.txt
@@ -0,0 +1,7 @@
1
+pytest
2
+hypothesis
3
+bitstring
4
+pytest-cov
5
+pytest-pylint
6
+pytest-flake8
7
+coverage >= 4.5
tox.ini
@@ -14,14 +14,7 @@ enable-extensions=G
14
15
16
[testenv]
17
-deps =
18
- pytest
19
- hypothesis
20
- bitstring
21
- pytest-cov
22
- pytest-pylint
23
- pytest-flake8
24
- coverage >= 4.5
+deps = -rtox-requirements.txt
25
setenv =
26
BIN_DIR = bin
27
commands = {posargs:echo use Makefile}
0 commit comments