Muterra/py_smartyparse

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "3.5"
  # - "3.6"
env:
  global:
    - CI=true
addons:
  apt_packages:
    - pandoc
# command to install dependencies
install:
  - pip install pypandoc
  - pip install .
script: python tests/supervisor.py
branches:
  only:
    - master