root: move all e2e dependencies into pipfile

This commit is contained in:
Jens Langhammer
2020-06-19 20:25:45 +02:00
parent 3a40e50fa0
commit 01f004cec6
5 changed files with 32 additions and 5 deletions

View File

@ -16,5 +16,4 @@ cd e2e
sudo docker-compose up -d
cd ..
pipenv sync --dev
pipenv run pip install -r e2e/requirements.txt
pipenv shell