mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 04:03:55 +00:00
remove compiled pys before running tests
This commit is contained in:
parent
edb7150b27
commit
9a531b552e
@ -16,6 +16,7 @@ fi
|
||||
# disable custom settings for running tests in a neutral environment
|
||||
export SCRAPY_SETTINGS_DISABLED=1
|
||||
|
||||
find -name '*.py[co]' -delete
|
||||
if [ $# -eq 0 ]; then
|
||||
$trial scrapy
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user