Files
records/.travis.yml
T
kennethreitz 1fe34f3af6 3.6
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-17 11:05:45 -04:00

8 lines
154 B
YAML

language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install: "pip install pipenv --upgrade"
# command to run tests
script: make