Skip to content

Commit 3048fb5

Browse files
author
Anton Ustyuzhanin
committed
Update python requirements
1 parent 57ddcc3 commit 3048fb5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requiremets.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ansible==2.3.2.0
2+
molecule
3+
docker-py

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ then
6161
fi
6262
virtualenv venv
6363
. ./venv/bin/activate
64-
pip install ansible docker-py molecule
64+
pip install -r requiremets.txt
6565

6666
echo "Run molecule tests"
6767
molecule test

0 commit comments

Comments
 (0)