tests: Run tests in parallel using pytest-xdist

This commit is contained in:
Tomas Janousek 2020-06-30 23:43:36 +02:00 committed by Tomas Babej
parent 2c22bb2645
commit 7f47669e0c
3 changed files with 3 additions and 3 deletions

View file

@ -14,4 +14,4 @@ install:
- pushd $TRAVIS_BUILD_DIR
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION tests
script:
- make test
- make test PYTEST_FLAGS="-n8"