mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
13 lines
201 B
YAML
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"
|