Skip to content

Commit d19fa40

Browse files
committed
Another attempt to fix the travis build
1 parent 097da8f commit d19fa40

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
@@ -16,5 +16,5 @@ install:
1616
- python setup.py install
1717

1818
script:
19-
- python runtests.py -x lint -j16
19+
- python runtests.py -x lint -j4
2020
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi

0 commit comments

Comments
 (0)