Commit 38f7e725 by brianhw Committed by GitHub

Merge pull request #39 from edx/brian/enable-travis-releases

Update travis configuration for PyPI publishing.
parents 400b6383 20ac8fdd
# Config file for automatic testing at travis-ci.org
language: python
python:
......@@ -14,3 +16,12 @@ script:
- tox
services: mongodb
deploy:
provider: pypi
user: edx
password:
secure: JUf0mqd5jrKJncfUkQTRg6K+dfR1qQxE0SwDKq7hTbY+zdHM7M9kDUsNUKgzG6rni/1+b7Ke4BuM6OnxozxQDnTkPBEVjwUo5z8LGCQqr8fONDZXM77oas3OVusCWJvGHrlWTu7umXxixreVB1NPSbLgwi21WwFtwuXwJAXu4uE=
distributions: sdist bdist_wheel
on:
tags: true
......@@ -41,7 +41,7 @@ REQUIREMENTS.append('Django>=1.8,<2')
setup(
name='event-tracking',
version='0.2.3',
version='0.2.4',
packages=find_packages(),
include_package_data=True,
license='AGPLv3 License',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment