We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a409826 commit 0f1692dCopy full SHA for 0f1692d
1 file changed
tox.ini
@@ -23,10 +23,11 @@ platform = linux: linux
23
; alwayscopy = True
24
allowlist_externals =
25
/bin/bash
26
-changedir =
27
- test
+; changedir =
+; tests
28
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
29
deps =
30
+ unittest2
31
flake8
32
virtualenv
33
setuptools
@@ -41,4 +42,5 @@ commands =
41
42
; windows: python --version
43
; macos,linux: python --version
44
discover
45
+ ; unit2 discover []
46
; python -m unittest discover
0 commit comments