blob: cf08943a2f3c77d6ec52f50391ffcb2b1262726e [file] [log] [blame]
# https://docs.travis-ci.com/user/languages/python/
language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
# install: "pip install -r requirements.txt"
# command to run tests
# Invoke ScanCode tests
script: ./scancode/test.sh