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