Skip to content

Commit 489c15a

Browse files
committed
remove __pycache__ to prevent unnecessary cache change detection.
1 parent 71fa5e1 commit 489c15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ install:
3030

3131
script:
3232
- tox
33-
- "find ${TRAVIS_BUILD_DIR}/.tox -name log -type d | xargs -I {} rm -rf {}"
33+
- "find ${TRAVIS_BUILD_DIR}/.tox -name log -o -name __pycache__ -type d | xargs -I {} rm -rf {}"
3434

0 commit comments

Comments
 (0)