Raw File
.travis.yml
language: python
python:
  - "3.5"
install: "pip install -r requirements.txt"
script:
  - "python3 setup.py test;"
back to top