add dockerfile for pipeline, nose
[osm/osmclient.git] / Makefile
index c8b6c39..4fe3b77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(VENV3)/bin/activate: test_requirements.txt
 build_tools:
        sudo apt-get -y install $(BUILD_TOOLS)
 
-package: build_tools
+package:
        $(VENV_BIN) setup.py --command-packages=stdeb.command bdist_deb
 
 test_flake8: venv