pip --version

This commit is contained in:
Sara Aimée Smiseth 2020-10-10 09:29:28 +02:00
parent b42b23c8f0
commit abf997e6af

View file

@ -36,6 +36,7 @@ sudo docker-compose down \
&& python3 -m venv venv \ && python3 -m venv venv \
&& source venv/bin/activate \ && source venv/bin/activate \
&& python --version \ && python --version \
&& pip --version \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \
&& pytest \ && pytest \
&& deactivate \ && deactivate \