Revision dcc531a79a68cd725ffe68fe06467c7e8560c8ad authored by Boris Zbarsky on 08 April 2016, 10:15:41 UTC, committed by James Graham on 08 April 2016, 10:47:04 UTC
1 parent 3d7a057
Raw File
.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