We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23130b commit 7cc88f9Copy full SHA for 7cc88f9
1 file changed
tox.ini
@@ -27,8 +27,12 @@ allowlist_externals =
27
/bin/bash
28
; changedir =
29
; tests
30
+#
31
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
32
+# https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environments
33
34
deps =
35
+ -rrequirements.txt
36
unittest2
37
flake8
38
virtualenv
0 commit comments