Skip to content

Commit dde09f7

Browse files
committed
TEMP: only travis-macos [skip appveyor] [skip azure]
1 parent c2a6db9 commit dde09f7

File tree

2 files changed

+0
-136
lines changed

2 files changed

+0
-136
lines changed

.travis.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ python:
1010
- '3.7'
1111
install:
1212
- pip install --upgrade --pre tox
13-
env:
14-
matrix:
15-
- TOXENV=py27
16-
# Specialized factors for py27.
17-
- TOXENV=py27-nobyte
18-
- TOXENV=py27-xdist
19-
- TOXENV=py27-pluggymaster
20-
# Specialized factors for py37.
21-
- TOXENV=py37-pexpect,py37-trial,py37-numpy
22-
- TOXENV=py37-pluggymaster
23-
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
2413

2514
matrix:
2615
allow_failures:
@@ -29,19 +18,6 @@ matrix:
2918

3019
jobs:
3120
include:
32-
# Coverage tracking is slow with pypy, skip it.
33-
- env: TOXENV=pypy-xdist PYTEST_NO_COVERAGE=1
34-
python: 'pypy2.7-6.0'
35-
- env: TOXENV=pypy3-xdist PYTEST_NO_COVERAGE=1
36-
python: 'pypy3.5-6.0'
37-
38-
- env: TOXENV=py34-xdist
39-
python: '3.4'
40-
- env: TOXENV=py35-xdist
41-
python: '3.5'
42-
- env: TOXENV=py36-xdist
43-
python: '3.6'
44-
- env: TOXENV=py37
4521
- &test-macos
4622
language: generic
4723
os: osx
@@ -58,17 +34,6 @@ jobs:
5834
- pyenv system 3.7.1
5935
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
6036

61-
# Jobs only run via Travis cron jobs (currently daily).
62-
- env: TOXENV=py38-xdist
63-
python: '3.8-dev'
64-
if: type = cron
65-
66-
- stage: baseline
67-
env: TOXENV=py27-pexpect,py27-trial,py27-numpy
68-
- env: TOXENV=py37-xdist
69-
- env: TOXENV=linting,docs,doctesting
70-
python: '3.7'
71-
7237
- stage: deploy
7338
python: '3.6'
7439
env: PYTEST_NO_COVERAGE=1

azure-pipelines.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)