https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8e253afd467510fd23201bd9086920eb06ce920a authored by Hallvord R. M. Steen on 19 October 2014, 21:58:51 UTC
making it clearer what events are firing, in what order and what the state of the request is at each step
Tip revision: 8e253af
.travis.yml
language: python
python:
  - "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install html5lib
# command to run tests, e.g. python setup.py test
script:  python tools/scripts/lint.py
back to top