mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Run tests against Python 2.6, 2.7, 3.3, 3.4 and PyPy2
In particular it includes: - some extension of CONTRIBUTING.md - one fix for Python 2.6 in tests/integration/cli_test.py - one fix for Python 3.3 in tests/integration/service_test.py - removal of unused imports Make stream_output Python 3-compatible Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
This commit is contained in:
committed by
Daniel Nephin
parent
809443d6d0
commit
9aa61e596e
@@ -24,5 +24,5 @@ for version in $DOCKER_VERSIONS; do
|
||||
-e "DOCKER_DAEMON_ARGS" \
|
||||
--entrypoint="script/dind" \
|
||||
"$TAG" \
|
||||
script/wrapdocker nosetests --with-coverage --cover-branches --cover-package=compose --cover-erase --cover-html-dir=coverage-html --cover-html "$@"
|
||||
script/wrapdocker tox "$@"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user