Files
maya/.travis.yml
T
2017-02-09 17:15:22 -05:00

10 lines
179 B
YAML

language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install: pip install pipenv; pipenv install --dev
# command to run tests
script: pipenv run pytest