forked from Open-EO/openeo-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (23 loc) · 1.12 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: python
python:
- '3.5'
- '3.6'
install:
- pip install travis-sphinx==2.1.0 "sphinx<1.7"
- pip install -r requirements-dev.txt
- pip install -r requirements.txt
script:
- pytest
- travis-sphinx -v build -n --source docs
after_success:
- travis-sphinx -v deploy
deploy:
provider: pypi
user: travis
password:
secure: fuM+LW9dFtT1WWuImntQJuwYeHQ3zjuEalztQavHDwwoxdrON1BN6kE/OLh4MFf2BiBnnpB2O5EDHUhKYoGbGshjl8GkswKxr0EvAxKaTK3O5q4QDkyITiXLhH7d+6vsslHz2NMnJC4JokSMUeueNO2N0CM9Pa0Dmsyxt9SyAkJPzsu/c7UliOVOWgH8bdRYeepANIyZ/CuofHJxi17DZO3d7HXpRkQjuFa9CUQrOeMGM761GSas+ovu8O166D8mXNqSQPd0xPtJVoaPmhNraY9KIx0V5FjG41rXxBmiPNiwqAzBmGqv3jYUctfwDaaLvEE2o2I1ngFqHTspC3Q60Zle34HpS5eDA92gSotPaSL9xk3cHT1EUbU8QY7Wjk0FS69F876pTEIGdxlfLOLQVcjIu38d+TWyDMplJY69yZGttkC2ozuPJ9Ju1e/IK8F3f6/PVkKs506jk+n3dlpdziWTjQJk/elsKXv5J2DvBD6jl56JZufQnBDSIjllhZFaGATeyn9+XwYZbRygX7eDWkz4U2TcQauov1GKm3fkgn0OHbEy6pYiMRZRBYCnbcFRUitxIyq/l4Qaxo5bhHXxGKpCXzfmq7MIUGnXxxCf3Y8sHHZ4Vz+1uVjC8P5YMyaLC2jmcPQXLnaZKlNENr8ndFIjTOegQ9PIq4gqWKOgsMY=
server: https://artifactory.vgt.vito.be/api/pypi/python-openeo
distributions: bdist_wheel
on:
tags: false
python: 3.5