https://github.com/GHFC/StratiPy
Raw File
Tip revision: 697c5d85cc9e95addb325d85ba611696a6d16c82 authored by Guillaume Dumas on 27 March 2020, 15:51:32 UTC
Merge pull request #43 from ntraut/master
Tip revision: 697c5d8
.travis.yml
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
# command to install dependencies
install:
  - pip install -r requirements.txt
# command to run tests
script:
  - pytest
back to top