Skip to content

Commit

Permalink
Merge pull request #128 from begoldsm/master
Browse files Browse the repository at this point in the history
Enable auto pypi deployment
  • Loading branch information
begoldsm authored Jan 19, 2017
2 parents 985ba77 + 1f6098a commit b512f40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: False
sudo: false

language: python

Expand Down Expand Up @@ -29,3 +29,14 @@ after_success:

notifications:
email: false

deploy:
provider: pypi
user: begoldsm
skip_upload_docs: true
# password: use $PYPI_PASSWORD
on:
tags: true
distributions: sdist bdist_wheel
python: '3.6'
repo: Azure/azure-data-lake-store-python
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ environment:
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"

install:
- "%PYTHON%\\python.exe -m pip install -U pip"
Expand Down

0 comments on commit b512f40

Please sign in to comment.