Pip standerdization and tox replacement
[osm/RO.git] / RO / tox.ini
index 810ab39..5641e9f 100644 (file)
 # limitations under the License.
 
 [tox]
-#envlist = py27,py3
-envlist = py35
-toxworkdir={homedir}/.tox
+envlist = flake8
+toxworkdir={toxinidir}/../.tox
 
 [testenv]
-deps=nose
-     mock
-commands=nosetests
+usedevelop = True
+basepython = python3
+install_command = python3 -m pip install -r requirements.txt   -U {opts} {packages}
 
 [testenv:flake8]
-basepython = python
+basepython = python3
 deps = flake8
 # TODO for the moment few files are tested.
 commands = flake8 osm_ro/wim  --max-line-length 120 \