Merge pull request #2251 from jakedt/fixaci
Fix port mapping for ACI conversion from newer Docker manifests.
This commit is contained in:
commit
6c84b9330b
7 changed files with 149 additions and 42 deletions
2
tox.ini
2
tox.ini
|
@ -14,4 +14,4 @@ setenv =
|
|||
registry: FILE="registry_tests.py"
|
||||
unittest: FILE=""
|
||||
commands =
|
||||
py.test --verbose test/{env:FILE} -vv {posargs}
|
||||
py.test --verbose {env:FILE} -vv {posargs}
|
||||
|
|
Reference in a new issue