Commit 20ac8fdd by Brian Wilson

Update travis configuration for PyPI publishing.

parent 400b6383
# Config file for automatic testing at travis-ci.org
language: python language: python
python: python:
...@@ -14,3 +16,12 @@ script: ...@@ -14,3 +16,12 @@ script:
- tox - tox
services: mongodb 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') ...@@ -41,7 +41,7 @@ REQUIREMENTS.append('Django>=1.8,<2')
setup( setup(
name='event-tracking', name='event-tracking',
version='0.2.3', version='0.2.4',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='AGPLv3 License', 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