kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #157 from minrk/travis-no-parallel
don't run tests in parallel on travispull/151/head
commit
569853942d
|
@ -6,10 +6,10 @@ python:
|
||||||
- 3.4
|
- 3.4
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install pytest-xdist pyyaml
|
- pip install pyyaml
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest -s -v -n4 tests/${REPO_TYPE}
|
- pytest -s -v tests/${REPO_TYPE}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Ładowanie…
Reference in New Issue