Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 6, 2019
1 parent 23a2f54 commit 27f099b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,8 @@ if [[ $TASK == "lint" ]]; then
pycodestyle --ignore=E501,W503 --exclude=./compute,./.nuget . || exit -1
pydocstyle --convention=numpy --add-ignore=D105 --match-dir="^(?!^compute|test|example).*" --match="(?!^test_|setup).*\.py" . || exit -1

# set up R environment
# stringi and r-lintr
echo "Linting R code"
# R_LIB_PATH=~/Rlib
# mkdir -p $R_LIB_PATH
# echo "R_LIBS=$R_LIB_PATH" > ${HOME}/.Renviron
# echo 'options(repos = "https://cran.rstudio.com")' > ${HOME}/.Rprofile
# export PATH="$R_LIB_PATH/R/bin:$PATH"
# # installing precompiled R for Ubuntu
# # https://cran.r-project.org/bin/linux/ubuntu/#installation
# sudo apt-get update
# sudo add-apt-repository \
# "deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/"
# sudo apt-get update
# sudo apt-get install \
# -y \
# r-base \
# r-base-dev \
# || exit -1
conda install -y -n $CONDA_ENV \
r-stringi
conda install -y -n $CONDA_ENV \
Expand Down

0 comments on commit 27f099b

Please sign in to comment.