Skip to content

Commit 1d9c39c

Browse files
committed
Deactivate e2e tests on Travis
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 4a9bfc8 commit 1d9c39c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,21 @@ 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
3333
- python: 3.5
3434
env: TOXENV=py35
35-
- python: 3.5
36-
env: TOXENV=py35-functional
3735
- python: 3.6
3836
env: TOXENV=py36
39-
- python: 3.6
40-
env: TOXENV=py36-functional
4137
- python: 3.7
4238
env: TOXENV=py37
43-
- python: 3.7
44-
env: TOXENV=py37-functional
4539
- python: 3.8
4640
env: TOXENV=py38
47-
- python: 3.8
48-
env: TOXENV=py38-functional
4941
- python: 3.9
5042
env: TOXENV=py39
51-
- python: 3.9
52-
env: TOXENV=py39-functional
5343
- stage: deploy
5444
script: skip
5545
deploy:

0 commit comments

Comments
 (0)