We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db13c commit ae41559Copy full SHA for ae41559
scripts/travis-install-nox.sh
@@ -10,9 +10,8 @@ set -exo pipefail
10
if ! python3 -m pip --version; then
11
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
12
sudo python3 get-pip.py
13
- # https://github.com/theacodes/nox/issues/328
14
- sudo python3 -m pip install nox==2019.11.9
+ sudo python3 -m pip install nox braceexpand tox
15
else
16
# We're not in "dual Python" mode, so we can just install Nox normally.
17
- python3 -m pip install nox
+ python3 -m pip install nox braceexpand tox
18
fi
0 commit comments