summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-08-17 12:38:24 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-08-17 13:38:40 -0700
commit921aba107b75b4571d8e7391d199011e07048b8a (patch)
treeb8a86092dafefa8bf414d6459aaa848adcf2fef9 /Makefile
parentd9df2a8b75d8a36691a15cdb27213b1db5fa4a61 (diff)
downloaddocker-py-921aba107b75b4571d8e7391d199011e07048b8a.tar.gz
Update test versions
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 e4cd3f7..c6c6d56 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ integration-test: build
integration-test-py3: build-py3
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-sdk-python3 py.test tests/integration/${file}
-TEST_API_VERSION ?= 1.29
-TEST_ENGINE_VERSION ?= 17.05.0-ce
+TEST_API_VERSION ?= 1.30
+TEST_ENGINE_VERSION ?= 17.06.0-ce
.PHONY: integration-dind
integration-dind: build build-py3