diff options
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index b17056b..ea67237 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -137,7 +137,7 @@ run_tox_test() source ./venv-tox/bin/activate pip install pip==10.0.1 pip install --upgrade argparse - pip install tox==2.9.1 + pip install tox==3.18.0 pip freeze tox deactivate |