Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Create an eventbrite vendor version of our release #7

Merged
merged 3 commits into from
Feb 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ env:
- DJANGO_SPEC=Django~=1.6
- DJANGO_SPEC=Django~=1.7
- DJANGO_SPEC=Django~=1.8
- DJANGO_SPEC=git+https://github.com/django/django.git

install:
- pip install coveralls --use-mirrors
- pip install --use-mirrors $DJANGO_SPEC
- pip install coveralls
- pip install $DJANGO_SPEC
- python setup.py install

script:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()


version = '0.3'
version = '0.4'


setup(name='rebar',
version=version,
version=version + 'eventbrite',
description="",
long_description=README + '\n\n' + NEWS,
classifiers=[
Expand Down