More Py3 conversion work
[osm/RO.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 025f4a0..6fd781f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 #envlist = py27,py3
-envlist = py27
+envlist = py3
 toxworkdir={homedir}/.tox
 
 [testenv]
@@ -9,14 +9,14 @@ deps=nose
 commands=nosetests
 
 [testenv:flake8]
-basepython = python
+basepython = python3
 deps = flake8
 commands =
     flake8 setup.py
 
 [testenv:build]
-basepython = python
+basepython = python3
 deps = stdeb
        setuptools-version-command
-commands = python setup.py --command-packages=stdeb.command bdist_deb
+commands = python3 setup.py --command-packages=stdeb.command bdist_deb