Files
copycat/.travis.yml
2017-10-09 13:08:35 -06:00

13 lines
161 B
YAML

language: python
branches:
only:
- "develop"
- "master"
python:
- "3.6"
install:
- pip3 install -r requirements.txt
script:
- python3 tests.py