forked from marshmallow-code/flask-marshmallow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
37 lines (31 loc) · 1 KB
/
.travis.yml
File metadata and controls
37 lines (31 loc) · 1 KB
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
language: python
dist: xenial
cache: pip
install: travis_retry pip install -U tox
script: tox
jobs:
fast_finish: true
include:
- { python: '3.6', env: TOXENV=lint }
- { python: '2.7', env: TOXENV=py27-marshmallow2 }
- { python: '3.5', env: TOXENV=py35-marshmallow2 }
- { python: '3.5', env: TOXENV=py35-marshmallow3 }
- { python: '3.6', env: TOXENV=py36-marshmallow2 }
- { python: '3.6', env: TOXENV=py36-marshmallow3 }
- { python: '3.7', env: TOXENV=py37-marshmallow2 }
- { python: '3.7', env: TOXENV=py37-marshmallow3 }
- { python: '3.6', env: TOXENV=docs }
- stage: PyPI Release
if: tag IS present
python: "3.6"
env: []
install: skip
script: skip
deploy:
provider: pypi
user: sloria
on:
tags: true
distributions: sdist bdist_wheel
password:
secure: J05JjU6cY5RVHalwpCswhtGocSp3rcdVmUs1Z1FFRqBy18beTziRo1996OrqXqexXdFTQkW+RN2seirJDZhY2eB2WHp+2DN+cx2ynvu/VVGUq1L1WzylImOZptoUo+s5NEkM6R5AjEaJbOiLxMP3iYEiNPlRznw0V9NDOxX/xOg=