Pipfile: Switch back to Python 3

It seems the issue with ansible-vault has been solved in the upcoming
Ansible 2.5.x so I'll switch back to using Python 3 with pipenv.
This commit is contained in:
Alan Orth 2018-04-10 11:06:57 +03:00
parent 3c7e5415ae
commit cde6dcde74
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ cryptography = "*"
[dev-packages]
[requires]
python_version = "2.7"
python_version = "3.6"