diff options
| author | Omer Katz <omer.drow@gmail.com> | 2018-05-20 11:07:40 +0300 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2018-05-20 11:07:40 +0300 |
| commit | 35c8bb067b24dbde0efff1e7f4643df7798c136a (patch) | |
| tree | 43118df9dec86262253e2e7637f8ec89cc544472 | |
| parent | c1351f59dfdf6147531d8c730162d7b963941d56 (diff) | |
| download | kombu-xdist.tar.gz | |
Run with xdist.xdist
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | requirements/test.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f6a0232e..63e1802e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,9 @@ matrix: - env: TOXENV=pydocstyle install: - - pip install -U pip setuptools wheel | cat + - pip install -U pip setuptools wheel | cat - pip install -U tox | cat -script: tox -v -- -v +script: tox -v -- -v -n 2 after_success: - .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml - .tox/$TRAVIS_PYTHON_VERSION/bin/codecov -e TOXENV diff --git a/requirements/test.txt b/requirements/test.txt index 757335b9..6b564660 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,3 +2,4 @@ pytz>dev case>=1.5.2 pytest pytest-sugar +pytest-xdist |
