mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 11:19:53 +00:00
Add deploy details to travis-ci control file.
This commit is contained in:
parent
54f9f8c84f
commit
21c791e3ca
1 changed files with 10 additions and 10 deletions
20
.travis.yml
20
.travis.yml
|
@ -13,13 +13,13 @@ install:
|
||||||
script: nosetests
|
script: nosetests
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
# deploy:
|
deploy:
|
||||||
# provider: pypi
|
provider: pypi
|
||||||
# user: sprockets
|
user: aweber
|
||||||
# distributions: "sdist bdist_wheel"
|
password:
|
||||||
# on:
|
secure: fdn7NjeIHeo51VHhp+6LnviRYJtfd7As0dCMcwGf1X/STvKbTqp1b8usq9QjSacakde+ZdFsuNM1sImw/yUlft0ZbxksBE98sO+q6qdSMVnQyNtXSyc0Rifw5yyx3/lBdqI0JDGDnMzNWSL1CF5csX1GeUAZguP3kgiV3D8yChA=
|
||||||
# python: 2.7
|
distributions: "sdist bdist_wheel"
|
||||||
# tags: true
|
on:
|
||||||
# all_branches: true
|
python: 2.7
|
||||||
# password:
|
tags: true
|
||||||
# secure: bBvJ6OIyeEb6dw7OiNiXXZwCiY6B9AqczH7uA0bTlQArF3glJxTBz7xRVaXQZpL36IWW591VFmu8YIrHiNY1eIUhIAP74BRSQyHxyvfU7HMr5R9qQrBaoBJOU
|
all_branches: true
|
||||||
|
|
Loading…
Reference in a new issue