Skip to content

Commit 9c0e111

Browse files
committed
Remove Python 3.5 Travis CI jobs
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 4e30ec0 commit 9c0e111

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ jobs:
2525
2626
- stage: test
2727
python: 3.9
28-
env: TOXENV=update-pycodestyle
28+
env: TOXENV=update-pycodestyle
2929
- python: 3.9
30-
env: TOXENV=coverage,codecov
30+
env: TOXENV=coverage,codecov
3131
- python: 3.7
3232
env: TOXENV=docs
33-
- python: 3.5
34-
env: TOXENV=py35
35-
- python: 3.5
36-
env: TOXENV=py35-functional
3733
- python: 3.6
3834
env: TOXENV=py36
3935
- python: 3.6
@@ -66,13 +62,10 @@ jobs:
6662
- stage: test
6763
python: 3.9
6864
env: TOXENV=update-pycodestyle
69-
arch: ppc64le
65+
arch: ppc64le
7066
- python: 3.7
7167
env: TOXENV=docs
7268
arch: ppc64le
73-
- python: 3.5
74-
env: TOXENV=py35
75-
arch: ppc64le
7669
- python: 3.6
7770
env: TOXENV=py36
7871
arch: ppc64le

0 commit comments

Comments
 (0)