forked from square/pylink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (28 loc) · 1.09 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
24
25
26
27
28
29
30
31
32
33
34
35
language: python
cache: pip
os:
- linux
python:
- '2.7'
- '3.6'
install:
- pip install -r requirements.txt
- pip install pypandoc
script:
- pycodestyle .
- python setup.py test
- python setup.py bdist_wheel
deploy:
provider: pypi
user: pylinksquare
password:
secure: YiEnTnpcHu9osvTPqW6//xxZvosQuEypJBCOrLuoYY6NoBPRgISZfxvoODUTYcYqttp+GKzQbSQ3rh9u4AjG4DuK8nt0lwMsi4RF9PBerGYM/db56Z9Azc7ZMttxozoAUAzDQaUGDEiyS4d5yPXq3OTlWZDWraG0btxVKYXtT7Mg8EuKtBgqVkFFdhRtC2zPuAttfsqTtvVxd42s/OUSd0LRCHrKEuGvKJ3XDNdPXp1pgOLuOJkP2YiBBB1RsUcIxr+xlPQLnjtxPeePhsNrsy5Bclnq8KqY0Gs9XgQ6WEF/4CR/g7WZ4g336TtORJJO1G8I1yZEaXEHQp1c65ZBgKzOkvTAa5/xWftrZRsqqE/H5B6d8FRV2MQnCbY/zzZu2mnZjkbvs0e6C44Sv+yoQIedVz0sawucXCjBjT0eyK8hgbCEFW0nzpiqm72l/fBhiUju0akskCpAsDVgVMx2dAH1syHdh17Mgc90fnNm6DSfNA+u/Jf6Fep5o/f6m1qIWuoVrgWoQ1550YFo08JFOl8ye0qx9Eg8ETe/bkUpq5h4Mgwy5g9wVRHCR6WQbQB4WsJH5iB5QPdiDJhauJyGWu3x/zIHtyChOHdPHuq3E65qcrYJHITQDbR6WZNm8AeWzW5e0CHUhDflKhAwNZzAAewtOllnDS2m/NoP3G555wg=
on:
branch: master
tags: true
python: 2.7
distributions: "sdist bdist_wheel"
addons:
apt:
packages:
- pandoc