Added logger.debug lines to remaining functions, useful for debugging
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b02cab2..608dc8d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -36,14 +36,6 @@ commands =
     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