Skip to content

Commit dbd5d67

Browse files
committed
Remove travis CI workaround
This is no longer necessary since runtests was recently fixed to not spawn multiple parallel pytest jobs.
1 parent 027f79b commit dbd5d67

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

0 commit comments

Comments
 (0)