Skip to content
Snippets Groups Projects
Commit 398e52e6 authored by Guillaume Valadon's avatar Guillaume Valadon Committed by Guillaume Valadon
Browse files

Six import error in mock

parent 4ec7ef19
Branches
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ fi
if python --version 2>&1 | grep -q PyPy; then
# cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0
$SCAPY_SUDO pip install $PIP_INSTALL_FLAGS mock
$SCAPY_SUDO pip install $PIP_INSTALL_FLAGS -U mock
else
$SCAPY_SUDO pip install $PIP_INSTALL_FLAGS cryptography mock
$SCAPY_SUDO pip install $PIP_INSTALL_FLAGS -U cryptography mock
fi
# Install coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment