This commit is contained in:
chenkai 2020-05-21 21:23:44 +08:00
parent a99e6eb10d
commit 00881f8be4

View File

@ -18,8 +18,8 @@ linting:
script: script:
- pip install flake8 yapf isort - pip install flake8 yapf isort
- flake8 . - flake8 .
- isort -rc --check-only --diff pytorch-template/ tools/ tests/ - isort -rc --check-only --diff mmcls/ tools/ tests/
- yapf -r -d pytorch-template/ tools/ tests/ configs/ - yapf -r -d mmcls/ tools/ tests/ configs/
test: test:
stage: test stage: test