https://github.com/datadrivencontrol/pyvrft
Raw File
Tip revision: f731541b2d6b6270c7987b08ee6c90d662a53a4c authored by Diego Eckhard on 15 September 2019, 20:53:06 UTC
Improve README
Tip revision: f731541
.travis.yml
language: python
python:
  - "3.5"
  - "3.6"
# command to install dependencies
install:
  - pip install .
# command to run tests
script: 
  - pytest


back to top