We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9217b80 commit 673fe9bCopy full SHA for 673fe9b
.travis.yml
@@ -21,23 +21,26 @@ env:
21
- TOXENV=py-pytest31
22
- TOXENV=py-pytest32
23
- TOXENV=py-pytest33
24
-- TOXENV=py-pytestlatest
25
26
install: pip install tox setuptools_scm
27
script: tox
28
29
stages:
30
-- linting
+- baseline
31
- test
32
- name: deploy
33
if: repo = pytest-dev/pytest-xdist AND tag IS present
34
35
jobs:
36
include:
37
- - stage: linting
+ - stage: baseline
38
python: '3.6'
39
- script:
40
- - tox -e linting
+ env: TOXENV=linting
+ - python: '3.6'
+ env: TOXENV=py36-pytestlatest
41
+ - python: '2.7'
42
+ env: TOXENV=py27-pytestlatest
43
+
44
- stage: test
45
# python x env above are already included into this stage
46
- python: "2.7"
0 commit comments