Skip to content

Commit

Permalink
Enable auto pypi deployment
Browse files Browse the repository at this point in the history
Update version and enable pypi deployment.
update appveyor to include python3.6
  • Loading branch information
begoldsm committed Jan 18, 2017
1 parent acdaeb2 commit e566e10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
sudo: False
sudo: false

language: python

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

notifications:
email: false

deploy:
provider: pypi
user: begoldsm
password:
secure: IhzHnGCd1ImW8QVzaRX2VxIdT++M44spVTYXaNCLRyo9pkNLysP8HBKjgiAXaGZ58rxS6woYGUc/TTOpDjeBiRVzYoC0HZzxojuPujV+Cl1FWGJKzA9AkljH6YULumyt4nB+Cw0cWJFj2DBBXENTjv8chj4aLZPL0/xp+0XJG+urlNS/sX8kAwUxKcPRE5rnDbUubSWUrERuDdRrhp6YZS65AY2av62kba7qWTyZP289M3a3BV5hUmeEORWzFofhaNBbOBwnlNEYd5uuwRHD2o4KJT/XcyvGfGhxtLkTsOFWEltiyVR9FVV4aUEtHWLRBPS8CWO5ZpQH1YGfDmkMx/TQSeute+PneE0gpzx99J7wb0IUIqS0nKP+NMA2iJhsF5AvKfMuj68Dnha7fHm1Z2UoAMZNu2ULAZs59VaDJ66Cs7LFqun9hK2gP5+hHNT/m8F+N5+E74tDEqn4wl0nbeQSTb2Sw/tyZmEpY2MSH8IDK+5JoCqfEVnlVXooDlfgnQJs9Vj+dG2eSq12iOajq/INtwRyEqc1OyyCC4ZgZtqfuDrKhvXxbB6kyeLoHtcMabK9x2CP7qoZ3JxyR1Dgu6Np6d034NBghEivJJgfbkPK6fMIi+Q05imPgrH/PlbxEhur+HDqQ+z/ZYDvLQ3MbERfQpE82S1BOukgzMAG9XI=
on:
tags: true
distributions: sdist bdist_wheel
repo: Azure/azure-data-lake-store-python
2 changes: 2 additions & 0 deletions appveyor.yml
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
2 changes: 1 addition & 1 deletion azure/datalake/store/__init__.py
Expand Up @@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------

__version__ = "0.0.1"
__version__ = "0.0.2"

from .core import AzureDLFileSystem
from .multithread import ADLDownloader
Expand Down

0 comments on commit e566e10

Please sign in to comment.