Fix install issue related with python setuptools-version-command
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f6ec0c7..a09288a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,6 @@
+# Copyright 2019 ETSI OSM
+#
+# All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
 #    not use this file except in compliance with the License. You may obtain
 #    under the License.
 #
 [tox]
-envlist = py27,py35,flake8,pyflakes
-toxworkdir={homedir}/.tox
+envlist = py35,flake8,pyflakes
+toxworkdir={toxinidir}/.tox
 
 [testenv]
-deps = nose
-       mock
-commands =
-    nosetests
+deps = -r{toxinidir}/test-requirements.txt
+commands=nosetests
+install_command = python -m pip install -r test-requirements.txt -U {opts} {packages}
 
 [testenv:flake8]
-basepython = python
+basepython = python3
 deps = flake8
 commands =
     flake8 setup.py
@@ -34,7 +36,7 @@ commands =
     pyflakes osmclient
 
 [testenv:build]
-basepython = python
+basepython = python3
 deps = stdeb
        setuptools-version-command
 commands = python setup.py --command-packages=stdeb.command bdist_deb