Skip to content

Commit

Permalink
Deploy on pypi with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 24, 2016
1 parent 9068736 commit 402f19b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python

python:
- "2.7"
# - "3.5"
- 2.7
# - 3.5
# - "nightly"

env:
Expand Down Expand Up @@ -61,3 +61,15 @@ after_success:
# Report coverage results to coveralls.io
- pip install coveralls
- coveralls

deploy:
- provider: pypi
user: sbrunner
password:
secure: "ZDpDuMznPwMQlZHQCUvWhnsVIdZdhZPVVuFCi+89Cvv1nh78LVe+DKxNohUIUsPNyF+MDI7uL3bH2mIH4oKSTxoxATZZM+bUgSznpbO0HE+sF4GoauFzxbTrYjDCMKE3JJNz+vKnuuO71oTl5+j6+sYjYzJIHk3OC2o/WLNl964="
skip_cleanup: true
distributions: sdist bdist_wheel
on:
tags: true
python: 2.7
condition: "${TRAVIS_TAG}" == "`python setup.py --version`"
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[easy_install]
zip_ok = false

[egg_info]
tag_build = dev
tag_date = True

[nosetests]
match = ^test
where = tilecloud_chain/tests
Expand Down

0 comments on commit 402f19b

Please sign in to comment.