fixed Pipefile

This commit is contained in:
Rshad Zhran 2019-08-19 15:01:03 +02:00
parent c295ac2ea4
commit 34c098332e
2 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ name = "pypi"
[packages]
docker-py = "*"
ansible = "==2.7.13"
molecule = "2.20"
molecule = "==2.20.2"
[dev-packages]

View File

@ -9,20 +9,20 @@ lint:
config-data:
ignore: .virtualenv
platforms:
- name: bionic
image: solita/ubuntu-systemd:bionic
command: /sbin/init
ulimits:
- nofile:262144:262144
privileged: true
memory_reservation: 2048m
- name: xenial
image: solita/ubuntu-systemd:xenial
privileged: true
memory_reservation: 2048m
command: /sbin/init
ulimits:
- nofile:262144:262144
#- name: bionic
# image: solita/ubuntu-systemd:bionic
# command: /sbin/init
# ulimits:
# - nofile:262144:262144
# privileged: true
# memory_reservation: 2048m
#- name: xenial
# image: solita/ubuntu-systemd:xenial
# privileged: true
# memory_reservation: 2048m
# command: /sbin/init
# ulimits:
# - nofile:262144:262144
#- name: trusty
#image: ubuntu:trusty
#privileged: true