summaryrefslogtreecommitdiffstats
path: root/windriver
diff options
context:
space:
mode:
Diffstat (limited to 'windriver')
-rwxr-xr-xwindriver/mvn-phase-script.sh2
-rw-r--r--windriver/tox.ini8
2 files changed, 1 insertions, 9 deletions
diff --git a/windriver/mvn-phase-script.sh b/windriver/mvn-phase-script.sh
index 938be328..ad1d6329 100755
--- a/windriver/mvn-phase-script.sh
+++ b/windriver/mvn-phase-script.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2018 VMware Corporation.
+# Copyright (c) 2017-2018 Wind River Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/windriver/tox.ini b/windriver/tox.ini
index 424a867e..3a12bd31 100644
--- a/windriver/tox.ini
+++ b/windriver/tox.ini
@@ -25,11 +25,3 @@ commands=flake8
[testenv:cov]
commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *site-packages*"
-[testenv:cover]
-setenv=
- DJANGO_SETTINGS_MODULE = titanium_cloud.settings-cover
-commands =
- coverage erase
- {[testenv]commands}
- coverage xml -i
-