forked from Teemu/pytest-sugar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (38 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
36
37
38
39
40
41
42
43
44
dist: xenial
language: python
cache: false
python:
- 3.7
matrix:
include:
- env: TOXENV=pytest30
python: 2.7
- env: TOXENV=py27-pytest36-supported-xdist
python: 2.7
- env: TOXENV=py27-pytest37-unsupported-xdist
python: 2.7
- env: TOXENV=py34-pytest38-supported-xdist
python: 3.4
- env: TOXENV=py35-pytest39-supported-xdist
python: 3.5
- env: TOXENV=py36-pytest40-supported-xdist-pinned-attrs
python: 3.6
- env: TOXENV=py37-pytest41-supported-xdist-pinned-attrs
- env: TOXENV=py37-pytest42-supported-xdist-pinned-attrs
- env: TOXENV=py37-pytest42-unsupported-xdist-rerunfailures-pinned-attrs
- env: TOXENV=py37-pytest46-supported-xdist
- env: TOXENV=py37-pytest54-supported-xdist
- env: TOXENV=py38-pytest54-supported-xdist
python: 3.8
# Latest pytest.
- env: TOXENV=py37-pytest60-supported-xdist
- env: TOXENV=py38-pytest60-supported-xdist
python: 3.8
- env: TOXENV=qa
python: 3.8
install: pip install -U tox
script:
- tox
after_success:
- pip install codecov
- codecov -e TOXENV