File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial
2
-
3
2
env :
4
3
global :
5
4
- CC_TEST_REPORTER_ID=$TEST_REPORTER_ID
6
-
7
5
language : python
8
-
9
6
os :
10
7
- linux
11
-
12
8
python :
13
9
- ' 3.7'
14
-
15
10
install :
16
11
- python -m pip install -U pip setuptools pipenv
17
12
- pipenv install --dev
18
13
- python -m pip install -e .
19
-
20
14
before_script :
21
15
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
22
16
> ./cc-test-reporter
23
17
- chmod +x ./cc-test-reporter
24
18
- " ./cc-test-reporter before-build"
25
-
26
19
script :
27
20
- tox -e lint
28
21
- tox -e doclint
29
22
- tox -e isort
30
23
- tox -e mypy
31
24
- tox -e tests
32
-
33
25
after_script :
34
26
- coverage xml -o coverage.xml
35
27
- " ./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code $TRAVIS_TEST_RESULT"
36
-
37
28
deploy :
38
29
- provider : script
39
30
script : ci-scripts/semantic-release.sh
40
31
on :
41
32
branch : master
42
-
43
33
notifications :
44
34
slack :
45
35
rooms :
You can’t perform that action at this time.
0 commit comments