Skip to content
This repository was archived by the owner on Nov 22, 2017. It is now read-only.

Commit 8714e01

Browse files
committed
Do not fetch allthethings.json if already on disk
1 parent 6d4287d commit 8714e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deps =
3030

3131

3232
commands =
33-
wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
33+
wget --no-clobber --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
3434
cp allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json test/fixtures/allthethings.json
3535
flake8 mozci test
3636
coverage run --source=mozci -m py.test test
@@ -41,7 +41,7 @@ deps =
4141

4242

4343
commands =
44-
wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
44+
wget --no-clobber --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
4545
cp allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json test/fixtures/allthethings.json
4646
flake8 mozci test
4747
coverage run --source=mozci -m py.test test

0 commit comments

Comments
 (0)