aboutsummaryrefslogtreecommitdiff
path: root/test-python3.2.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test-python3.2.Dockerfile')
-rw-r--r--test-python3.2.Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-python3.2.Dockerfile b/test-python3.2.Dockerfile
new file mode 100644
index 0000000..56d2b46
--- /dev/null
+++ b/test-python3.2.Dockerfile
@@ -0,0 +1,8 @@
+FROM python:3.2-slim
+# Dockerfile to run tests under python3.2
+
+# docker build -t ipaddress-python3.2 . -f test-python3.2.Dockerfile
+
+ADD . .
+RUN python test_ipaddress.py
+CMD python test_ipaddress.py