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