Codebase list pyexcel-ods / debian/0.1.1-0kali2 .travis.yml
debian/0.1.1-0kali2

Tree @debian/0.1.1-0kali2 (Download .tar.gz)

.travis.yml @debian/0.1.1-0kali2raw · history · blame

sudo: false
language: python
notifications:
  email: false
env:
  global:
python:
  - 2.7
  - 2.6
install:
  - rm applymoban.py
  - pip install -r requirements.txt
  - pip install -r tests/requirements.txt
script:
  make test
after_success:
  codecov