Skip to content

Commit 587f771

Browse files
author
Fran Tsao
committed
#120 updated test requirements
1 parent c166edb commit 587f771

File tree

4 files changed

+521
-7
lines changed

4 files changed

+521
-7
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.molecule
2-
.vagrant
32
.cache
43
.python-version
54
.project
6-
Pipfile
7-
Pipfile.lock
8-
**/*.retry
5+
**/*.retry

Pipfile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
molecule = "==3.0.4"
10+
ansible = "==2.9.7"
11+
docker = "==4.2.0"
12+
ansible-lint = "==4.2.0"
13+
14+
[requires]
15+
python_version = "3"

0 commit comments

Comments
 (0)