Feature 8047: osmclient package creation and validation tool
[osm/osmclient.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f6ec0c7..4f7d816 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
 #
 [tox]
 envlist = py27,py35,flake8,pyflakes
-toxworkdir={homedir}/.tox
+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