https://github.com/damurdock/SIDR
Raw File
Tip revision: 37d56e54446977a7d98a9c6b24f14b856e48abb6 authored by Duncan Murdock on 10 August 2018, 03:08:27 UTC
increment version (again)
Tip revision: 37d56e5
.travis.yml
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
# command to install dependencies
install:
  - pip install .
# command to run tests
script:
  - pytest
back to top