Added rednose for nosetests

This commit is contained in:
RealStickman 2020-09-10 21:09:31 +02:00
parent a011735b2e
commit 02f3c99e02

View File

@ -460,7 +460,7 @@ fi
#doom-emacs
if [ $in_doom-emacs -eq 1]; then
echo "Installing doom-emacs"
pacman -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest
pacman -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
export PATH="$PATH":$HOME/.emacs.d/bin