Merge.
This commit is contained in:
commit
3913461520
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.6.6
|
- 3.6
|
||||||
cache:
|
cache:
|
||||||
directories:
|
pip: true
|
||||||
- "$HOME/.cache/pip"
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PACKAGE_NAME=wagtail-draftail-snippet
|
- PACKAGE_NAME=wagtail-draftail-snippet
|
||||||
|
@ -17,11 +16,10 @@ script:
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
server: $PYPI_URL
|
server: $PYPI_URL
|
||||||
skip_upload_docs: true
|
upload_docs: false
|
||||||
user: travisci
|
user: travisci
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
python: '3.6.6'
|
|
||||||
password:
|
password:
|
||||||
secure: $TRAVIS_CI_PASSWORD
|
secure: $TRAVIS_CI_PASSWORD
|
||||||
after_deploy:
|
after_deploy:
|
||||||
|
|
Reference in a new issue