8000 Reduce Travis-CI parallelism to 16 (#3664) · python/mypy@0d045cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d045cd

Browse files
emmatypinggvanrossum
authored andcommitted
Reduce Travis-CI parallelism to 16 (#3664)
This is an attempt to fix the spurious errors that have happened in Travis (see #3543). Hopefully we won't need to reduce this further to avoid errors.
1 parent b4ec387 commit 0d045cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ install:
1919
- python setup.py install
2020

2121
script:
22-
- python runtests.py -x lint
22+
- python runtests.py -j16 -x lint
2323
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi

0 commit comments

Comments
 (0)
0