swh:1:snp:f4c1ad9395dff93a83299e32c295952039ac85ba
Raw File
Tip revision: ec276104a503c5aadec0212bdf25ce2d993cd7e8 authored by Frank Ong on 04 March 2019, 00:50:10 UTC
Bump version: 0.1.0 → 0.1.1
Tip revision: ec27610
.travis.yml
language: python
python:
  - "3.5"
  - "3.6"

install:
  - pip install -r requirements.txt
  - pip install codecov flake8 sphinx sphinx_rtd_theme matplotlib

script:
  - bash run_tests.sh

after_success:
  - codecov
back to top