Skip to content

Commit

Permalink
Merge pull request #369 from edx/robrap/travis-pypi-deploy
Browse files Browse the repository at this point in the history
Have Travis deploy to PyPI for new tags.
  • Loading branch information
robrap authored Nov 16, 2017
2 parents b0a6120 + f7e5daf commit b4824c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
sudo: false
branches:
only:
- master
only:
- master
python:
- 2.7
- 3.5
Expand All @@ -22,3 +22,12 @@ script:
- tox -e $TOX_ENV
after_success:
- codecov
deploy:
provider: pypi
user: edx
password:
secure: GMMSN5LVnZjrolwh293uIM9oxdl7NP6ksUzuiupHuFhW6KdxL9YWmQ+XNal6uThPoShmOdjpAvjAmff2q+mp495bH8epiRt700VHw4t+3eUmdUD2Xan3dg+iX3mg6jaDRwmgALd6NAbUSI9GPffd8m3SrvmwjyHMcM+/JWpjlcY=
distributions: sdist bdist_wheel
on:
tags: true
python: 3.5
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cookiecutter

# For web fragments
web-fragments
#git+https://github.com/edx/[email protected]#egg=web_fragments==0.1.1

# Our own XBlocks
-e .
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
extras_require={
'django': ['django-pyfs >= 1.0.5']
},
author='edX',
author_email='[email protected]',
license='Apache 2.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion xblock/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit b4824c0

Please sign in to comment.