summaryrefslogtreecommitdiff
path: root/spec/fixtures/python/pipenv/python-3.4/Pipfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-05 15:01:56 -0600
committermo khan <mo.khan@gmail.com>2020-10-05 15:01:56 -0600
commitea3481fdb3bc94ce882f045d42ae9984548fc0e5 (patch)
treeaf3d60cd146203f4cc8d04f9a7883ef81f34f836 /spec/fixtures/python/pipenv/python-3.4/Pipfile
parent1d91e5ad64ec4a28906a883692ed70154673df37 (diff)
test: add spec for python 3.4 project
Diffstat (limited to 'spec/fixtures/python/pipenv/python-3.4/Pipfile')
-rw-r--r--spec/fixtures/python/pipenv/python-3.4/Pipfile12
1 files changed, 12 insertions, 0 deletions
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"