summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5de3ac9981ec6dc90734e66ba7ad189357973e83 (plain)
1
2
3
4
5
6
7
language: python
python:
  - "2.7"
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq diffstat
script: cd tests; python suite.py