Revision 02c085dad2c6a6973e33aa593d1d835e61ee3a14 authored by Anne van Kesteren on 24 May 2016, 11:22:56 UTC, committed by Anne van Kesteren on 24 May 2016, 11:22:56 UTC
1 parent c7b5779
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