Skip to content
Snippets Groups Projects
.travis.yml 170 B
language: python
python: "2.7"
install:
  - "make install"
sudo: false
script:
  - make quality
  - make test
branches:
    only:
      - master
after_success: coveralls