File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- dist : xenial # required for Python >= 3.7
1+ dist : xenial
22language : python
33cache : pip
44services :
5- - docker
5+ - docker
66env :
77 matrix :
8- - version=2.7
9- - version=3.5
10- - version=3.6
11- - version=3.7
12- - version=3.8
8+ - version=2.7
9+ - version=3.5
10+ - version=3.6
11+ - version=3.7
12+ - version=3.8
1313 global :
14- - CC_TEST_REPORTER_ID=$TRAVIS_CODE_CLIMATE_TOKEN
14+ - CC_TEST_REPORTER_ID=$TRAVIS_CODE_CLIMATE_TOKEN
1515before_script :
16- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
17- - chmod +x ./cc-test-reporter
18- - ./cc-test-reporter before-build
16+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
17+ > ./cc-test-reporter
18+ - chmod +x ./cc-test-reporter
19+ - " ./cc-test-reporter before-build"
1920script :
20- - make test-docker
21+ - make test-docker
2122after_script :
22- - make test-install
23- - . venv/bin/activate; codecov
24- - ./cc-test-reporter after-build --exit-code $?
23+ - make test-install
24+ - " . venv/bin/activate; codecov"
25+ - " ./cc-test-reporter after-build --exit-code $?"
2526deploy :
2627 provider : pypi
27- user : " __token__"
28- password : $PYPI_TOKEN
28+ user : __token__
29+ password : " $PYPI_TOKEN"
2930 skip_cleanup : true
3031 distributions : sdist bdist_wheel
3132 on :
3233 tags : true
33- condition : $version = 3.6
34-
34+ condition : " $version = 3.6"
3535notifications :
3636 slack :
3737 if : branch = main
3838 on_pull_requests : false
3939 on_success : never
4040 on_failure : change
4141 rooms :
42- - secure : Yp7gJ6NPRPNgO77vwS0HynSdnU5LYlLlUNBEzcx+zy230UxuLLWcYZtIqsIqt4oZm45OwgJLBwoCMgmU2Jcj79rGyqWKYtUcLMLKgHVzSgxjm2outt2fxjXIJHIU60S3RCGofBJRkPwEMb7ibgwHYBEsH3wIeLrVVbWvimxka6A =
42+ secure : damw3UZJAjoUy2Wsf9/DWT5XHIJ4DcRucS/sLPVEyynSRqhzJlxGL7gLQ2fdtMNDY+1fs4UhzYzpUIdu+Tz2mSdZlv1kRY5zIWwJ5JK+9PACt5wVXpKN794JGKcDXOh64Bqrd3ofXkyecI2OyTVNdcTu370K/Tlz3xhHvdBqpU0 =
You can’t perform that action at this time.
0 commit comments