Updates sol006 branch with master
[osm/IM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5f3bc3a..2a96a59 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 [tox]
-envlist = py27,py3
+envlist = py3
 toxworkdir={homedir}/.tox
 
 [testenv]
@@ -22,7 +22,7 @@ deps=nose
 commands=nosetests
 
 [testenv:flake8]
-basepython = python
+basepython = python3
 deps = flake8
 commands =
     flake8 setup.py
@@ -39,3 +39,4 @@ basepython = python3
 deps = stdeb
        setuptools-version-command
 commands = python3 setup.py --command-packages=stdeb.command bdist_deb
+