[hotfix] Hot fix for CI linting error

This commit is contained in:
Wang Qing
2019-04-19 12:48:55 +08:00
committed by Eric Liang
parent 5a562bbf12
commit 0d433b220c
+2 -1
View File
@@ -57,7 +57,8 @@ elif [[ "$LINT" == "1" ]]; then
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
# Install Python linting tools.
pip install -q flake8 flake8-comprehensions flake8-quotes
pip install -q flake8 flake8-comprehensions
pip install flake8-quotes==1.0.0
elif [[ "$LINUX_WHEELS" == "1" ]]; then
sudo apt-get install docker
sudo usermod -a -G docker travis