Files
maya/.travis.yml
T
2017-05-28 00:33:41 +02:00

10 lines
199 B
YAML

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