Merge pull request #157 from minrk/travis-no-parallel

don't run tests in parallel on travis
pull/151/head
Yuvi Panda 2017-11-30 04:04:32 -08:00 zatwierdzone przez GitHub
commit 569853942d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,10 +6,10 @@ python:
- 3.4
install:
- pip install -e .
- pip install pytest-xdist pyyaml
- pip install pyyaml
script:
- pytest -s -v -n4 tests/${REPO_TYPE}
- pytest -s -v tests/${REPO_TYPE}
jobs:
include: