Skip to content

Run tests against pip installed version, not from repo #506

@pganssle

Description

@pganssle

Currently the tests are just run from the repo on travis and appveyor, I guess. We should change the CI script so that the tests are run against a pip installed version.

It may be sufficient to just do mkdir build_test && cd build_test then pytest .. so that dateutil is not in .

If necessary, we can move test out of dateutil/ into a sibling directory of dateutil.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions