File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,20 @@ script:
42
42
after_success :
43
43
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
44
44
- coveralls
45
- before_deploy :
46
- - git checkout $TRAVIS_BRANCH
47
- - git fetch --unshallow
48
- - python update_version_from_git.py
49
- deploy :
50
- - provider : pypi
51
- distributions : sdist bdist_wheel
52
- skip_cleanup : true
53
- skip_existing : true
54
- # Testing with test pypi first
55
- server : https://test.pypi.org/legacy/
56
- user : asherf
57
- on :
58
- branch :
59
- - master
45
+ # before_deploy:
46
+ # - git checkout $TRAVIS_BRANCH
47
+ # - git fetch --unshallow
48
+ # - python update_version_from_git.py
49
+ # deploy:
50
+ # - provider: pypi
51
+ # distributions: sdist bdist_wheel
52
+ # skip_cleanup: true
53
+ # skip_existing: true
54
+ # # Testing with test pypi first
55
+ # server: https://test.pypi.org/legacy/
56
+ # user: asherf
57
+ # password:
58
+ # secure: w4oLPAzKlNkOaLyMlg+laZjQlCrV96aYM8nNn0XXvIGDrujlyCGOl9BWn039YL6alVf1siLP+FQHfwJmX1JCmqMgM5DdzV99sLvbgkcxL6u5OMotxKURGuboSPuDMFi7KWhbahP/iXtJQtVj1yzuhQs7kcb0B4qUi3mG0yIWJuiNDMzkAsiHN4YUFWprGAJ1PfaScYcyH6mrq/Q3SYcWkjOvf6gabANDZMd/PiVaGWsMleh3MnwfMKtIPgISQOkqg11RmolFz+mmzbFD6+OLlIl+RDEWnHZuDQ9PoaIJow4T02nTfsFxmZF0iEKjnGCc6NXtjum5JrtliK6Jxa8nLf+zuV0nhicRmF2OZlZcS74gGxETiwn1qZNHYfhkEhZa/VI8iKrZnBNVqnAygtFsH2KO8/r9FfWZFV72pLWjHB7zr6GFXGXfkx+W/+ALCms0nIkIyeeh7Fw8y2gsfyLPFfknURWFzidKQaFrdrBkzurUVm5tQUMrJVToClaDwXLZLiuJ4Fro2xxR/8NQ/qCChHPreZnZ7iW3+n9WKuFM6mKh8Es5ZZtMeMRk6jJubvVZQCpJgtBx07NGJ701niZT59ReVA3Y9EkvtpEDrqUK/NYeKeUXDwhghtyrlCZ9gpcjbqVMFzt01/dT4Jhfi1gEJzcuWLdUYh8T+guTWxf0Un8=
59
+ # on:
60
+ # branch:
61
+ # - master
You can’t perform that action at this time.
0 commit comments