Skip to content

Commit 0af6e27

Browse files
committed
Try to work around travis failure
1 parent a536caf commit 0af6e27

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
19+
- python runtests.py -x lint -j16
2020
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi

0 commit comments

Comments
 (0)