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

Commit

Permalink
Reveal hidden .json files + improve downloading allthethings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed May 25, 2016
1 parent 6b30137 commit 359eea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.py[cod]
*.js*

# Packages
dist
Expand Down Expand Up @@ -30,3 +29,6 @@ _build
.coverage
.idea
htmlcov

# test artifact
test/fixtures/allthethings.json
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =


commands =
wget -N https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json
wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json
cp allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json test/fixtures/allthethings.json
flake8 mozci test
coverage run --source=mozci -m py.test test
Expand All @@ -40,7 +40,7 @@ deps =


commands =
wget -N https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json
wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json
cp allthethings.20160516060001._87b285bcdaf0_21165e565d41_186a28cf7485.json test/fixtures/allthethings.json
flake8 mozci test
coverage run --source=mozci -m py.test test
Expand Down

0 comments on commit 359eea6

Please sign in to comment.