rayepps/dynamof

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: required
language: python
cache: pip

python:
  - '3.7'

before_install:
  - pip install -r ./requirements.txt

script:
  - make travis