Skip to content

Commit

Permalink
fix tox -e mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed May 3, 2022
1 parent 50b7cd4 commit 0462145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ set -x
tox_version=$1
docker_version=$2

if [ "$tox_version" = "tox-4.x" ]; then
mypy_target=mypy-tox4
else
mypy_target=mypy-tox3
fi


# our tox.ini sets up volumes within .tox, so make sure it exists
# before trying to run tox...
Expand Down

0 comments on commit 0462145

Please sign in to comment.