From ea3481fdb3bc94ce882f045d42ae9984548fc0e5 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 5 Oct 2020 15:01:56 -0600 Subject: test: add spec for python 3.4 project --- spec/fixtures/python/pipenv/python-3.4/Pipfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spec/fixtures/python/pipenv/python-3.4/Pipfile (limited to 'spec/fixtures/python/pipenv/python-3.4/Pipfile') diff --git a/spec/fixtures/python/pipenv/python-3.4/Pipfile b/spec/fixtures/python/pipenv/python-3.4/Pipfile new file mode 100644 index 0000000..2afbe5f --- /dev/null +++ b/spec/fixtures/python/pipenv/python-3.4/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +docutils = "==0.13.1" + +[requires] +python_version = "3.4" -- cgit v1.2.3