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 71fa5e1 commit 489c15aCopy full SHA for 489c15a
.travis.yml
@@ -30,5 +30,5 @@ install:
30
31
script:
32
- tox
33
- - "find ${TRAVIS_BUILD_DIR}/.tox -name log -type d | xargs -I {} rm -rf {}"
+ - "find ${TRAVIS_BUILD_DIR}/.tox -name log -o -name __pycache__ -type d | xargs -I {} rm -rf {}"
34
0 commit comments