swh:1:snp:f4c1ad9395dff93a83299e32c295952039ac85ba
Raw File
Tip revision: b96e20680f5324b9a40ee2d1158660f9cc074b45 authored by Frank Ong on 08 May 2021, 23:58:41 UTC
Bump version: 0.1.21 → 0.1.22
Tip revision: b96e206
.travis.yml
language: python
python:
  - "3.6"
  - "3.7"
  - "3.8"

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