fixed Pipefile
This commit is contained in:
parent
c295ac2ea4
commit
34c098332e
2
Pipfile
2
Pipfile
@ -6,7 +6,7 @@ name = "pypi"
|
|||||||
[packages]
|
[packages]
|
||||||
docker-py = "*"
|
docker-py = "*"
|
||||||
ansible = "==2.7.13"
|
ansible = "==2.7.13"
|
||||||
molecule = "2.20"
|
molecule = "==2.20.2"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|||||||
@ -9,20 +9,20 @@ lint:
|
|||||||
config-data:
|
config-data:
|
||||||
ignore: .virtualenv
|
ignore: .virtualenv
|
||||||
platforms:
|
platforms:
|
||||||
- name: bionic
|
#- name: bionic
|
||||||
image: solita/ubuntu-systemd:bionic
|
# image: solita/ubuntu-systemd:bionic
|
||||||
command: /sbin/init
|
# command: /sbin/init
|
||||||
ulimits:
|
# ulimits:
|
||||||
- nofile:262144:262144
|
# - nofile:262144:262144
|
||||||
privileged: true
|
# privileged: true
|
||||||
memory_reservation: 2048m
|
# memory_reservation: 2048m
|
||||||
- name: xenial
|
#- name: xenial
|
||||||
image: solita/ubuntu-systemd:xenial
|
# image: solita/ubuntu-systemd:xenial
|
||||||
privileged: true
|
# privileged: true
|
||||||
memory_reservation: 2048m
|
# memory_reservation: 2048m
|
||||||
command: /sbin/init
|
# command: /sbin/init
|
||||||
ulimits:
|
# ulimits:
|
||||||
- nofile:262144:262144
|
# - nofile:262144:262144
|
||||||
#- name: trusty
|
#- name: trusty
|
||||||
#image: ubuntu:trusty
|
#image: ubuntu:trusty
|
||||||
#privileged: true
|
#privileged: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user