Skip to content

Commit 95c5f66

Browse files
committed
why we need resort imports before test project in travis ?
1 parent da04e6d commit 95c5f66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
2222
fi
2323
install:
24-
- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
24+
- pip install pytest-cov pytest-mock coveralls flake8 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
2525
- pip install pytest==2.9.2
2626
- pip install -e .
2727
script:
@@ -36,5 +36,4 @@ matrix:
3636
- pip install pytest-asyncio
3737
script:
3838
- flake8
39-
- isort --check-only graphql/ -rc
4039
- py.test --cov=graphql graphql tests tests_py35

0 commit comments

Comments
 (0)