Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit a738b7e

Browse files
committed
ci: Remove redudant jos in Travis CI
1 parent 0bbc495 commit a738b7e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,17 @@ env:
2020
global:
2121
- BACKEND_CLIENT_CLOUD_TEST=1 # use beta server for integration tests
2222

23-
# test stage
24-
install:
25-
- pip install -U --upgrade-strategy=eager pip setuptools
26-
- pip install -U --upgrade-strategy=eager -r requirements-ci.txt
27-
script:
28-
- python -m flake8 ai/backend tests
29-
- python -m pytest --cov=ai.backend.client -v -m "not integration"
30-
after_success:
31-
- codecov
32-
33-
# other stages
3423
jobs:
3524
include:
3625
- stage: test
26+
install:
27+
- pip install -U pip setuptools
28+
- pip install -U -r requirements-ci.txt
29+
script:
30+
- python -m flake8 ai/backend tests
31+
- python -m pytest --cov=ai.backend.client -v -m "not integration"
32+
after_success:
33+
- codecov
3734
- stage: deploy
3835
python: "3.7"
3936
install: skip

0 commit comments

Comments
 (0)