Revision c7501338f6fc13cfce7ddeccc701d851a3cd3dfe authored by jgraham on 09 June 2016, 12:57:53 UTC, committed by jgraham on 09 June 2016, 12:57:53 UTC
Merge pull request #3141 from sync_f4eab347553d19164f6999c29649e8bfdaad44db
2 parent s 6bbcb77 + f4eab34
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