Codebase list voctomix / 234e7161-dbb4-42b9-8bcb-2a3a37b1b8df/main .travis.yml
234e7161-dbb4-42b9-8bcb-2a3a37b1b8df/main

Tree @234e7161-dbb4-42b9-8bcb-2a3a37b1b8df/main (Download .tar.gz)

.travis.yml @234e7161-dbb4-42b9-8bcb-2a3a37b1b8df/mainraw · history · blame

language: python
python:
  - 3.5

before_install:
  - pip install pycodestyle mock

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