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

Commit

Permalink
Create an eventbrite vendor version of our release (#7)
Browse files Browse the repository at this point in the history
* Create an eventbrite vendor version of our release

* Remove the deprecated --use-mirrors pip option

* The latest django head requires py3.
  • Loading branch information
ashfall-eb authored Feb 23, 2017
1 parent 7fbbba9 commit bc1b228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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

0 comments on commit bc1b228

Please sign in to comment.