Forces tox recreate to expose missing dependencies.
Adds wget to dockerfile for make IM to complete.
Change-Id: Ic01c91c06123c76989b96002b07788117e6f67e4
Signed-off-by: beierlm <mark.beierl@canonical.com>
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git \
make python3 python3-pip libcurl4-openssl-dev libssl-dev tox python3-dev \
debhelper python3-setuptools python3-all python-all python-pip \
- apt-utils
+ apt-utils wget
# limitations under the License.
rm -rf deb_dist osmclient-*.tar.gz
-tox -e build,build3
+tox -e build
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-tox
+tox --recreate
pyflakes osmclient
[testenv:build]
-basepython = python
-deps = stdeb
- setuptools-version-command
- -r{toxinidir}/requirements.txt
-install_command = python2 -m pip install -U {opts} {packages}
-commands = python2 setup.py --command-packages=stdeb.command bdist_deb
-
-[testenv:build3]
basepython = python3
deps = stdeb
setuptools-version-command