forked from IBM/platform-services-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
44 lines (36 loc) · 670 Bytes
/
.travis.yml
File metadata and controls
44 lines (36 loc) · 670 Bytes
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
36
37
38
39
40
41
42
43
44
dist: bionic
language: python
matrix:
include:
- python: 3.7
- python: 3.8
- python: 3.9
- python: 3.10
cache: pip
install:
- sudo apt-get update
- sudo apt-get install pandoc
- pip install pypandoc
- pip install setuptools=="60.8.2"
script:
- make ci
before_deploy:
- nvm install 14
- npm install
- pip install bump2version
deploy:
- provider: script
script: npm run semantic-release
skip_cleanup: true
on:
python: '3.7'
branch: main
- provider: pypi
setuptools_version: "60.8.2"
user: __token__
password: $PYPI_TOKEN
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.7'
tags: true