Skip to content

Commit

Permalink
Merge pull request #10 from corydolphin/patch/travis
Browse files Browse the repository at this point in the history
Add travis deploy task
  • Loading branch information
Cory Dolphin committed Feb 12, 2015
2 parents 92f9abb + 640650b commit d71761a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
29 changes: 12 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"

- '2.6'
- '2.7'
- '3.3'
- pypy
install:
- "pip install pep8 pyflakes coveralls"

- pip install pep8 pyflakes coveralls
script:
- "python setup.py test"
- "pep8 flask_jsonpify.py"

- python setup.py test
- pep8 flask_jsonpify.py
after_success:
- "coveralls"

- coveralls
deploy:
provider: pypi
user: wcdolphin
user: CoryDolphin
password:
secure: PrKEfSZX/IBwy/1TtocCDVNE9inepYeCoChFQ7MXxC49ytbEjLL8xcv57MSnFgOtMuVxzikjkrplBlDe0+gNtTW8vQQWMg6n2I/rkgI8tIJ+RAwWMBvVDNjtdziBkVlkcfOFHYZ6NHZ1SH/FQ1GCicQF8LSsBnMLJZOJ+RVjs5Q=
secure: cKrYuSQMjFK0MUrXMk1AU1VlbzUoNTCBacMIRzYYfIYhfHjZu9sN82CB/ffyV8ys7+eN81E4QCLAJ6e9/8TbE1Yh6xcdoaseu0sPpUOvQhnFwxk/d0xfdu920gdy3ZKTc767PrB/sfZ87B+/iD8yME3eFyvJYuOxSGhDGKyTAfU=
distributions: "sdist bdist_wheel"
on:
all_branches: true
tags: true
repo: CoryDolphin/flask-jsonpify
condition: $TRAVIS_PYTHON_VERSION != *2.6* # Ensures we release a 2.7X wheel
repo: corydolphin/flask-jsonpify
condition: $TRAVIS_PYTHON_VERSION != *2.6* # Ensures we release a 2.7X wheel
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='Flask-Jsonpify',
version='1.5.0',
url='https://github.com/corydolphin/flask-jsonpify',
url='https://github.com/CoryDolphin/flask-jsonpify',
license='MIT',
author='Cory Dolphin',
author_email='[email protected]',
Expand Down

0 comments on commit d71761a

Please sign in to comment.