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