Skip to content

Commit 8f2cded

Browse files
tiranencukou
authored andcommitted
Run clean --all in all tox targets (#121)
The second full tox run fails because 'py27' target is picking up C object files from 'py2-nosasltls'. Each target needs to clean up and start from scratch. #121 Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent 5b8b265 commit 8f2cded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ passenv = WITH_GCOV
1818
commands = {envpython} -bb -Werror \
1919
"-Wignore:the imp module is deprecated:DeprecationWarning" \
2020
"-Wignore:the imp module is deprecated:PendingDeprecationWarning" \
21-
-m coverage run --parallel setup.py test
21+
-m coverage run --parallel setup.py \
22+
clean --all \
23+
test
2224

2325
[testenv:py27]
2426
# No warnings with Python 2.7

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy