Author: lmignon
Date: Sun Jul 29 16:44:03 2018
New Revision: 1836983
URL: http://svn.apache.org/viewvc?rev=1836983&view=rev
Log:
apply coverage on cmislib only
Modified:
chemistry/cmislib/branches/py3_compat/tox.ini
Modified: chemistry/cmislib/branches/py3_compat/tox.ini
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/branches/py3_compat/tox.ini?rev=1836983&r1=1836982&r2=1836983&view=diff
==============================================================================
--- chemistry/cmislib/branches/py3_compat/tox.ini (original)
+++ chemistry/cmislib/branches/py3_compat/tox.ini Sun Jul 29 16:44:03 2018
@@ -10,7 +10,7 @@ envlist =
[testenv]
usedevelop = True
# todo --flake8
-commands = py.test --cov-config=.coveragerc --cov-branch --cov=src/tests
{posargs}
+commands = py.test --cov-config=.coveragerc --cov-branch --cov=src/cmislib
{posargs}
deps =
pytest
pytest-cov