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

Skip handling test requirements for bdist_conda #50

Merged
merged 1 commit into from
Jul 7, 2017

Commits on Jul 7, 2017

  1. Skip handling test requirements for bdist_conda

    There is no need to handle the case of `bdist_conda` specially with
    respect to test requirements. We already add `nose` as a test
    requirement regardless of whether `bdist_conda` is specified. So this is
    merely redundant code that can be dropped.
    jakirkham committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    5ec146a View commit details
    Browse the repository at this point in the history