https://github.com/vuillaut/pschitt
Raw File
Tip revision: b1a913c84141a4b6fef7077aa1066000e33439c4 authored by Thomas Vuillaume on 08 August 2019, 12:53:40 UTC
Merge pull request #20 from vuillaut/fix_plot_array
Tip revision: b1a913c
.travis.yml
language: python
python:
  - "3.6"
# command to install dependencies
install:
  - pip install -r requirements.txt .
  - pip install codecov
# command to run tests
script:
  - pytest
  - coverage
back to top