RIC:1060: Change in PTL
[com/pylog.git] / mdclogpy / tox.ini
index c027f2f..ce84993 100644 (file)
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 # ==================================================================================
 [tox]
-envlist = py37
+envlist = py3
 
 [testenv]
 deps=
     pytest
     coverage
     pytest-cov
+    inotify
 
 commands=
        pytest --junitxml xunit-results.xml --cov mdclogpy --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70