Skip to content

Commit d340081

Browse files
committed
Disable isort in Travis CI for now (see #85)
1 parent 3644abb commit d340081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ install:
5858
- pip install codecov
5959

6060
# Run flake8, isort, check docs & tests
61+
# TODO: Re-enable isort once #85 has been resolved
6162
script:
6263
- >
6364
if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]; then
6465
flake8 . || travis_terminate 1;
65-
isort -rc -c . || (isort -rc -df . && return 1) || travis_terminate 1;
66+
#isort -rc -c . || (isort -rc -df . && return 1) || travis_terminate 1;
6667
fi
6768
- python setup.py checkdocs
6869
- py.test --cov-config .coveragerc --cov=saltyrtc.server --loop=$EVENT_LOOP --timeout=$TIMEOUT

0 commit comments

Comments
 (0)