Codebase list voctomix / 3567b246-f9ca-48e5-a609-e9635485cd94/main .travis.yml
3567b246-f9ca-48e5-a609-e9635485cd94/main

Tree @3567b246-f9ca-48e5-a609-e9635485cd94/main (Download .tar.gz)

.travis.yml @3567b246-f9ca-48e5-a609-e9635485cd94/mainraw · history · blame

language: python
python:
  - 3.5

before_install:
  - pip install pycodestyle mock

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