File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,20 @@ matrix:
4545 - python : 3.6
4646 env : TOXENV=check-manifest
4747 allow_failures :
48- - env : TOX_ENV=py35-djdev
49- - env : TOX_ENV=py36-djdev
50-
48+ - env : TOX_ENV=py35-djdev
49+ - env : TOX_ENV=py36-djdev
5150install :
5251- pip install tox codecov
5352script :
5453- tox -v
5554after_success :
5655- codecov
56+ deploy :
57+ provider : pypi
58+ user : uncovertruth
59+ password :
60+ secure : FtNY+8/F79RYpJzfusYBC9HFfDWlevUbS4J5TECm8tyMxAxeHMpLOaL4dd/wPkRkuctUM5LyXux5rpVQTfMA4Dvjdufc7BqexCt056GznJPFRjHW19ExeguTHXW810RIVrFmo5Dk1/AlMpGEeiL3OXoI041h7/vRZe6QWP6P0NCz9UrkZ/Qc9JDZqkXBmhiwvt4P3gu5sbxaiM4IqxhSQ/4DoI87SQlD3nUfgRT2TkqN/Jx0ME0H7l+40HeqZvVq6sh9Muc5/XhDEx5HWt9BSgymeXXG6mT3sewBfinJlQ5/1Rrm+IHa48m/3mLJkfYEs15BQCizvDc6/dRfdtCc/9jYl3e67yEM6Akn+52pTOU4Oa727ZUpAYNCzfY+pHc3E9oI0YFuOl+WYNo5bWUh3IlWAl/eXDGWOvRMF4waUbyjUMiZ+C4pRmRKznYZB9xgbPxHDlR6CMn8P5F5j3ZVbW0BxUEjlDFcDT65gflBhKS1eWTOQRMobR+yjQKlYMlIeCgITbuEYbn2GbL84aN42U910rSQ4SryzqjaOIyxtZG53cGDw2NMm4q7bIwRkj6gbvliA36HIFaRQrI/wtrmr3guy4raPRpEGi7OhFoaPxaqkEs+yF55MEafNM4eJc9swM/K/mbN6FFKIWoWVyXUCUDIWvcPYLWPR/kLidWCNzw=
61+ on :
62+ tags : true
63+ distributions : sdist bdist_wheel
64+ repo : uncovertruth/django-elastipymemcache
Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ django-elastipymemcache
1212 .. image :: https://travis-ci.org/uncovertruth/django-elastipymemcache.svg?branch=master
1313 :target: https://travis-ci.org/uncovertruth/django-elastipymemcache
1414.. image :: https://codecov.io/gh/uncovertruth/django-elastipymemcache/branch/master/graph/badge.svg
15- :target: https://codecov.io/gh/uncovertruth/django-elastipymemcache
15+ :target: https://codecov.io/gh/uncovertruth/django-elastipymemcache
16+ .. image :: https://requires.io/github/uncovertruth/django-elastipymemcache/requirements.svg?branch=master
17+ :target: https://requires.io/github/uncovertruth/django-elastipymemcache/requirements/?branch=master
18+ .. image :: https://badge.fury.io/py/django-elastipymemcache.svg
19+ :target: https://badge.fury.io/py/django-elastipymemcache
1620
1721Purpose
1822-------
You can’t perform that action at this time.
0 commit comments