Skip to content

Commit 6a20af6

Browse files
committed
chore: remove checks from travis and appveyor that were moved to GitHub Actions workflows
1 parent 52794b3 commit 6a20af6

File tree

2 files changed

+0
-217
lines changed

2 files changed

+0
-217
lines changed

.travis.yml

-177
Original file line numberDiff line numberDiff line change
@@ -3,62 +3,34 @@ language: python
33
matrix:
44
include:
55
# CPython 2.7
6-
- python: 2.7
7-
env: TOXENV=py27-local
8-
stage: Client Tests
96
- python: 2.7
107
env: TOXENV=py27-integ
118
stage: Client Tests
12-
- python: 2.7
13-
env: TOXENV=py27-accept
14-
stage: Client Tests
159
- python: 2.7
1610
env: TOXENV=py27-examples
1711
stage: Client Tests
1812
# CPython 3.5
19-
- python: 3.5
20-
env: TOXENV=py35-local
21-
stage: Client Tests
2213
- python: 3.5
2314
env: TOXENV=py35-integ
2415
stage: Client Tests
25-
- python: 3.5
26-
env: TOXENV=py35-accept
27-
stage: Client Tests
2816
- python: 3.5
2917
env: TOXENV=py35-examples
3018
stage: Client Tests
3119
# CPython 3.6
32-
- python: 3.6
33-
env: TOXENV=py36-local
34-
stage: Client Tests
3520
- python: 3.6
3621
env: TOXENV=py36-integ
3722
stage: Client Tests
38-
- python: 3.6
39-
env: TOXENV=py36-accept
40-
stage: Client Tests
4123
- python: 3.6
4224
env: TOXENV=py36-examples
4325
stage: Client Tests
4426
# CPython 3.7
4527
# xenial + sudo are currently needed to get 3.7
4628
# https://github.com/travis-ci/travis-ci/issues/9815
47-
- python: 3.7
48-
env: TOXENV=py37-local
49-
dist: xenial
50-
sudo: true
51-
stage: Client Tests
5229
- python: 3.7
5330
env: TOXENV=py37-integ
5431
dist: xenial
5532
sudo: true
5633
stage: Client Tests
57-
- python: 3.7
58-
env: TOXENV=py37-accept
59-
dist: xenial
60-
sudo: true
61-
stage: Client Tests
6234
- python: 3.7
6335
env: TOXENV=py37-examples
6436
dist: xenial
@@ -67,78 +39,16 @@ matrix:
6739
# CPython 3.8
6840
# xenial + sudo are currently needed to get 3.8
6941
# https://github.com/travis-ci/travis-ci/issues/9815
70-
- python: 3.8
71-
env: TOXENV=py38-local
72-
dist: xenial
73-
sudo: true
74-
stage: Client Tests
7542
- python: 3.8
7643
env: TOXENV=py38-integ
7744
dist: xenial
7845
sudo: true
7946
stage: Client Tests
80-
- python: 3.8
81-
env: TOXENV=py38-accept
82-
dist: xenial
83-
sudo: true
84-
stage: Client Tests
8547
- python: 3.8
8648
env: TOXENV=py38-examples
8749
dist: xenial
8850
sudo: true
8951
stage: Client Tests
90-
# Upstream tests
91-
- python: 3.6
92-
env: TOXENV=nocmk
93-
stage: Upstream Tests
94-
- python: 2.7
95-
env: TOXENV=test-upstream-requirements-py27
96-
stage: Upstream Tests
97-
# xenial + sudo are currently needed to get 3.7
98-
# https://github.com/travis-ci/travis-ci/issues/9815
99-
- python: 3.7
100-
env: TOXENV=test-upstream-requirements-py37
101-
dist: xenial
102-
sudo: true
103-
stage: Upstream Tests
104-
# Security
105-
- python: 3.6
106-
env: TOXENV=bandit
107-
stage: Security Checks
108-
# Linting and autoformatting
109-
- python: 3.6
110-
env: TOXENV=doc8
111-
stage: Formatting Checks
112-
- python: 3.6
113-
env: TOXENV=docs
114-
stage: Formatting Checks
115-
- python: 3.6
116-
env: TOXENV=readme
117-
stage: Formatting Checks
118-
- python: 3.6
119-
env: TOXENV=flake8
120-
stage: Formatting Checks
121-
- python: 3.6
122-
env: TOXENV=pylint
123-
stage: Formatting Checks
124-
- python: 3.6
125-
env: TOXENV=flake8-tests
126-
stage: Formatting Checks
127-
- python: 3.6
128-
env: TOXENV=pylint-tests
129-
stage: Formatting Checks
130-
- python: 3.6
131-
env: TOXENV=flake8-examples
132-
stage: Formatting Checks
133-
- python: 3.6
134-
env: TOXENV=pylint-examples
135-
stage: Formatting Checks
136-
- python: 3.6
137-
env: TOXENV=black-check
138-
stage: Formatting Checks
139-
- python: 3.6
140-
env: TOXENV=isort-check
141-
stage: Formatting Checks
14252
########################
14353
# Test Vector Handlers #
14454
########################
@@ -234,93 +144,6 @@ matrix:
234144
dist: xenial
235145
sudo: true
236146
stage: Test Vector Handler Tests
237-
# Linters
238-
- python: 3.6
239-
env:
240-
TEST_VECTOR_HANDLERS=1
241-
TOXENV=bandit
242-
stage: Test Vector Handler Formatting Checks
243-
- python: 3.6
244-
env:
245-
TEST_VECTOR_HANDLERS=1
246-
TOXENV=readme
247-
stage: Test Vector Handler Formatting Checks
248-
# Pending buildout of docs
249-
#- python: 3.6
250-
# env:
251-
# TEST_VECTOR_HANDLERS=1
252-
# TOXENV=docs
253-
#- python: 3.6
254-
# env:
255-
# TEST_VECTOR_HANDLERS=1
256-
# TOXENV=doc8
257-
# Pending linting cleanup
258-
#- python: 3.6
259-
# env:
260-
# TEST_VECTOR_HANDLERS=1
261-
# TOXENV=flake8
262-
#- python: 3.6
263-
# env:
264-
# TEST_VECTOR_HANDLERS=1
265-
# TOXENV=pylint
266-
#- python: 3.6
267-
# env:
268-
# TEST_VECTOR_HANDLERS=1
269-
# TOXENV=flake8-tests
270-
#- python: 3.6
271-
# env:
272-
# TEST_VECTOR_HANDLERS=1
273-
# TOXENV=pylint-tests
274-
##################
275-
# Decrypt Oracle #
276-
##################
277-
# CPython 3.6
278-
# Because this build as Python 3.6 Lambda, this is the only runtime we are targetting.
279-
- python: 3.6
280-
env:
281-
DECRYPT_ORACLE=1
282-
TOXENV=py36-local
283-
stage: Decrypt Oracle Tests
284-
# Linters
285-
- python: 3.6
286-
env:
287-
DECRYPT_ORACLE=1
288-
TOXENV=bandit
289-
stage: Decrypt Oracle Formatting Checks
290-
- python: 3.6
291-
env:
292-
DECRYPT_ORACLE=1
293-
TOXENV=readme
294-
stage: Decrypt Oracle Formatting Checks
295-
# Pending buildout of docs
296-
#- python: 3.6
297-
# env:
298-
# DECRYPT_ORACLE=1
299-
# TOXENV=docs
300-
#- python: 3.6
301-
# env:
302-
# DECRYPT_ORACLE=1
303-
# TOXENV=doc8
304-
- python: 3.6
305-
env:
306-
DECRYPT_ORACLE=1
307-
TOXENV=flake8
308-
stage: Decrypt Oracle Formatting Checks
309-
- python: 3.6
310-
env:
311-
DECRYPT_ORACLE=1
312-
TOXENV=pylint
313-
stage: Decrypt Oracle Formatting Checks
314-
- python: 3.6
315-
env:
316-
DECRYPT_ORACLE=1
317-
TOXENV=flake8-tests
318-
stage: Decrypt Oracle Formatting Checks
319-
- python: 3.6
320-
env:
321-
DECRYPT_ORACLE=1
322-
TOXENV=pylint-tests
323-
stage: Decrypt Oracle Formatting Checks
324147
install: pip install tox
325148
script:
326149
- |

appveyor.yml

-40
Original file line numberDiff line numberDiff line change
@@ -7,92 +7,52 @@ environment:
77
# analysis, etc are only run on Linux (via Travis CI).
88

99
# Python 2.7
10-
- PYTHON: "C:\\Python27"
11-
TOXENV: "py27-local"
1210
- PYTHON: "C:\\Python27"
1311
TOXENV: "py27-integ"
14-
- PYTHON: "C:\\Python27"
15-
TOXENV: "py27-accept"
1612
- PYTHON: "C:\\Python27"
1713
TOXENV: "py27-examples"
18-
- PYTHON: "C:\\Python27-x64"
19-
TOXENV: "py27-local"
2014
- PYTHON: "C:\\Python27-x64"
2115
TOXENV: "py27-integ"
22-
- PYTHON: "C:\\Python27-x64"
23-
TOXENV: "py27-accept"
2416
- PYTHON: "C:\\Python27-x64"
2517
TOXENV: "py27-examples"
2618

2719
# Python 3.5
28-
- PYTHON: "C:\\Python35"
29-
TOXENV: "py35-local"
3020
- PYTHON: "C:\\Python35"
3121
TOXENV: "py35-integ"
32-
- PYTHON: "C:\\Python35"
33-
TOXENV: "py35-accept"
3422
- PYTHON: "C:\\Python35"
3523
TOXENV: "py35-examples"
36-
- PYTHON: "C:\\Python35-x64"
37-
TOXENV: "py35-local"
3824
- PYTHON: "C:\\Python35-x64"
3925
TOXENV: "py35-integ"
40-
- PYTHON: "C:\\Python35-x64"
41-
TOXENV: "py35-accept"
4226
- PYTHON: "C:\\Python35-x64"
4327
TOXENV: "py35-examples"
4428

4529
# Python 3.6
46-
- PYTHON: "C:\\Python36"
47-
TOXENV: "py36-local"
4830
- PYTHON: "C:\\Python36"
4931
TOXENV: "py36-integ"
50-
- PYTHON: "C:\\Python36"
51-
TOXENV: "py36-accept"
5232
- PYTHON: "C:\\Python36"
5333
TOXENV: "py36-examples"
54-
- PYTHON: "C:\\Python36-x64"
55-
TOXENV: "py36-local"
5634
- PYTHON: "C:\\Python36-x64"
5735
TOXENV: "py36-integ"
58-
- PYTHON: "C:\\Python36-x64"
59-
TOXENV: "py36-accept"
6036
- PYTHON: "C:\\Python36-x64"
6137
TOXENV: "py36-examples"
6238

6339
# Python 3.7
64-
- PYTHON: "C:\\Python37"
65-
TOXENV: "py37-local"
6640
- PYTHON: "C:\\Python37"
6741
TOXENV: "py37-integ"
68-
- PYTHON: "C:\\Python37"
69-
TOXENV: "py37-accept"
7042
- PYTHON: "C:\\Python37"
7143
TOXENV: "py37-examples"
72-
- PYTHON: "C:\\Python37-x64"
73-
TOXENV: "py37-local"
7444
- PYTHON: "C:\\Python37-x64"
7545
TOXENV: "py37-integ"
76-
- PYTHON: "C:\\Python37-x64"
77-
TOXENV: "py37-accept"
7846
- PYTHON: "C:\\Python37-x64"
7947
TOXENV: "py37-examples"
8048

8149
# Python 3.8
82-
- PYTHON: "C:\\Python38"
83-
TOXENV: "py38-local"
8450
- PYTHON: "C:\\Python38"
8551
TOXENV: "py38-integ"
86-
- PYTHON: "C:\\Python38"
87-
TOXENV: "py38-accept"
8852
- PYTHON: "C:\\Python38"
8953
TOXENV: "py38-examples"
90-
- PYTHON: "C:\\Python38-x64"
91-
TOXENV: "py38-local"
9254
- PYTHON: "C:\\Python38-x64"
9355
TOXENV: "py38-integ"
94-
- PYTHON: "C:\\Python38-x64"
95-
TOXENV: "py38-accept"
9656
- PYTHON: "C:\\Python38-x64"
9757
TOXENV: "py38-examples"
9858

0 commit comments

Comments
 (0)