Meshroom/.travis.yml
2018-06-14 11:19:46 +02:00

13 lines
201 B
YAML

language: python
python:
- "2.7"
- "3.6"
install:
- "pip install -r requirements.txt -r dev_requirements.txt --timeout 45"
script:
- "pytest tests/"
after_success:
- "python setup.py build"