Skip to content

Commit ae41559

Browse files
committed
install braceexpand
1 parent 08db13c commit ae41559

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/travis-install-nox.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ set -exo pipefail
1010
if ! python3 -m pip --version; then
1111
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
1212
sudo python3 get-pip.py
13-
# https://github.com/theacodes/nox/issues/328
14-
sudo python3 -m pip install nox==2019.11.9
13+
sudo python3 -m pip install nox braceexpand tox
1514
else
1615
# We're not in "dual Python" mode, so we can just install Nox normally.
17-
python3 -m pip install nox
16+
python3 -m pip install nox braceexpand tox
1817
fi

0 commit comments

Comments
 (0)