Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mock from setup.py installation requires #33

Merged
merged 3 commits into from
Jan 2, 2014

Conversation

hawkowl
Copy link
Member

@hawkowl hawkowl commented Dec 29, 2013

moves it to travis' config too, so it can use it for tests
for #32, cc @hynek

@@ -13,6 +13,7 @@ python:

install:
- pip install -q $TWISTED
- pip install -q mock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to put it into a new line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at all! Would it be better all on a single line? :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since both are test dependencies, I would prefer that I guess but it’s not my project. :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either sounds good to me.

@hawkowl
Copy link
Member Author

hawkowl commented Jan 1, 2014

Now with 100% less new lines ;) (cc: @hynek )

@hynek
Copy link
Member

hynek commented Jan 1, 2014

Such compression

much effectivity

so merge. Wow.

@@ -12,7 +12,7 @@ python:
- pypy

install:
- pip install -q $TWISTED
- pip install -q $TWISTED mock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, brilliant. I'll fix this then...

dreid added a commit that referenced this pull request Jan 2, 2014
Remove mock from setup.py installation requires
@dreid dreid merged commit 3af14c8 into twisted:master Jan 2, 2014
@hawkowl hawkowl deleted the remove_mock_runtime_dep branch January 3, 2014 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants