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 8754375 commit 8d23a12Copy full SHA for 8d23a12
tox.ini
@@ -28,8 +28,8 @@ commands =
28
# XXX: This will currently run the tests twice under codecov, but oh well.
29
# TODO: Use a factor-based override or negation for this sometime?
30
# See:
31
- # https://bitbucket.org/hpk42/tox/issues/189/allow-parametrization-of-any-testenv
32
- # https://bitbucket.org/hpk42/tox/issues/292/negated-factor-conditions
+ # https://github.com/tox-dev/tox/issues/189
+ # https://github.com/tox-dev/tox/issues/292
33
python -m unittest discover tests
34
35
codecov: coverage run -m unittest discover tests
0 commit comments