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:
2018-04-10 11:06:57 +03:00
parent 3c7e5415ae
commit cde6dcde74

View File

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