From 9a7fc4acf66ebfb6a7ac8bfc9c6032ffaf14ed08 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 24 Dec 2018 20:37:36 +0000 Subject: [PATCH] travis.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1df8ea..1558153 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pytest-mp: Multiprocess and Segregate Tests -[![Build Status](https://travis-ci.org/ansible/pytest-mp.svg?branch=master)](https://travis-ci.org/ansible/pytest-mp) +[![Build Status](https://travis-ci.com/ansible/pytest-mp.svg?branch=master)](https://travis-ci.com/ansible/pytest-mp) **pytest-mp** is a minimalist approach to distributing and segregating pytest tests across processes using python's [multiprocessing](https://docs.python.org/2/library/multiprocessing.html) library and is heavily inspired by [pytest-concurrent](https://github.com/reverbc/pytest-concurrent) and [pytest-xdist](https://github.com/pytest-dev/pytest-xdist). As a very early beta, it doesn't pledge or intend to support the majority of platforms or use cases. Design is based on supporting slow, io-bound testing with often tedious system under test configuration that can benefit from running several tests at one time.