forked from 13691579846/pytest-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
84 lines (69 loc) · 1.52 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
language: python
jobs:
include:
- stage: tests
language: node_js
node_js: node
install: npm install phantomjs-prebuilt@2.1.15 grunt-cli grunt grunt-contrib-qunit
script: grunt test
-
name: Linting
python: 3.7
dist: xenial
sudo: required
env: TOXENV=linting
cache:
directories:
- $HOME/.cache/pre-commit
-
python: 2.7
env: TOXENV=py27
-
python: 2.7
env: TOXENV=py27-ansi2html
-
python: 3.6
env: TOXENV=py36
-
python: 3.6
env: TOXENV=py36-ansi2html
-
python: 3.7
dist: xenial
sudo: required
env: TOXENV=py37
-
python: 3.7
dist: xenial
sudo: required
env: TOXENV=py37-ansi2html
-
python: pypy
env: TOXENV=pypy
-
python: pypy
env: TOXENV=pypy-ansi2html
-
python: pypy3
env: TOXENV=pypy3
-
python: pypy3
env: TOXENV=pypy3-ansi2html
- stage: deploy
python: 3.7
dist: xenial
sudo: required
install: skip
script: skip
deploy:
provider: pypi
user: davehunt
password:
secure: QTNaSfTEZnCEINpCfzdOiOPZ1s6co9Fz2cEt5zv/dSZAJCiKNZvvbMzsOsRMQl1MJvp+cSHiuOir46vEGxzh2+FIl+RRSlENqF2G7jGJpfJfukBxYAhSvt9ZLT4UyBbgYz5sv9A4zs+Yo72xAS9eP+zf5bDVaQh0EzudUbb0Mv4=
distributions: sdist bdist_wheel
on:
tags: true
repo: pytest-dev/pytest-html
cache: pip
install: pip install tox
script: tox