Skip to content

Commit 251d69f

Browse files
committed
Run tests in CI in parallel
1 parent 1f797a3 commit 251d69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- docker images
1010

1111
script:
12-
- docker run --rm -v $PWD:/src -w /src -e TOXENV fedorapython/fedora-python-tox
12+
- docker run --rm -v $PWD:/src -w /src -e TOX_PARAMS="-p auto" -e TOXENV fedorapython/fedora-python-tox
1313

1414
# Unfortunately, this matrix has to updated manually every time
1515
# we add or remove a tox environment.

0 commit comments

Comments
 (0)