Added coverage tests in tox
[osm/common.git] / devops-stages / stage-test.sh
index 4de3cc4..2e7f488 100755 (executable)
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-tox -e flake8     && \
-tox -e unittest   && \
-tox -e pytest
+rm -f nosetests.xml
+tox  # flake8 unittest pytest cover
+