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

TST: Speed up travis a bit #1129

Merged
merged 4 commits into from
Sep 27, 2018
Merged

TST: Speed up travis a bit #1129

merged 4 commits into from
Sep 27, 2018

Commits on Sep 25, 2018

  1. TST: Remove useless conda update.

    Updating conda does nothing, and wastes 16 seconds of the build.
    QuLogic committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    a24cd27 View commit details
    Browse the repository at this point in the history
  2. TST: Run tests in parallel using pytest-xdist.

    Locally, this is about 2.5-3 times faster.
    QuLogic committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    ba7486c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ecef96 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. TST: Add a filelock around test image I/O.

    We re-use the same filename a lot, so we need a lock to prevent file I/O
    overlapping between processes when running tests in parallel.
    QuLogic committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    8120ec9 View commit details
    Browse the repository at this point in the history