Revision f826720212822414b003f8a483bff66e52e37e4b authored by askalski on 31 March 2016, 16:47:30 UTC, committed by James Graham on 31 March 2016, 16:47:36 UTC
1 parent 921a375
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