https://github.com/web-platform-tests/wpt
Revision 212f85de52dac234edf85e253e47b9d41abd0c6a authored by Frédéric Wang on 15 March 2018, 12:39:13 UTC, committed by GitHub on 15 March 2018, 12:39:13 UTC
1 parent df9060d
Raw File
Tip revision: 212f85de52dac234edf85e253e47b9d41abd0c6a authored by Frédéric Wang on 15 March 2018, 12:39:13 UTC
Add IDL test for the CSS Font Loading spec (#10049)
Tip revision: 212f85d
.pyup.yml
# search for requirement files
# default: True
# allowed: True, False
search: False

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
 - tools/wptrunner/requirements_chrome_android.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_edge.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_opera.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_servo.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_safari.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_sauce.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_ie.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_firefox.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_chrome.txt:
      update: all
      pin: True
 - tools/wpt/requirements.txt:
      update: all
      pin: True
back to top