Codebase list voctomix / debian/latest .travis.yml
debian/latest

Tree @debian/latest (Download .tar.gz)

.travis.yml @debian/latestraw · history · blame

language: python
python:
  - 3.5

before_install:
  - pip install pycodestyle mock

script:
  - ./check_pep8.sh
  - ./voctocore/test.sh