summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2018-01-23 17:32:27 -0800
committerJoffrey F <joffrey@docker.com>2018-01-24 11:39:43 -0800
commitccd79323dae2af09d58323c9fb0486b045e6730d (patch)
treeb53211f186db64696a17187726868a6cdcb12526 /Makefile
parentbc8ada2f74b07c54aedfd8e88ae29acfc264f89e (diff)
downloaddocker-py-ccd79323dae2af09d58323c9fb0486b045e6730d.tar.gz
Shift test matrix forwardjenkins-update
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a61fe82..d07b8c5 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ integration-test: build
integration-test-py3: build-py3
docker run -t --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test tests/integration/${file}
-TEST_API_VERSION ?= 1.33
-TEST_ENGINE_VERSION ?= 17.10.0-ce
+TEST_API_VERSION ?= 1.35
+TEST_ENGINE_VERSION ?= 17.12.0-ce
.PHONY: integration-dind
integration-dind: integration-dind-py2 integration-dind-py3