https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0823b532c7cb750c90e8353fda3824a531a96c64 authored by Michael[tm] Smith on 17 August 2015, 02:09:28 UTC
Replaced some simple assert_object_equals cases.
Tip revision: 0823b53
.travis.yml
sudo: false # cause Travis to start builds much faster
language: python
python:
  - "2.7"
before_install:
  - git submodule update --init --recursive
# command to run tests, e.g. python setup.py test
script:  ./lint
back to top