Enable pylint, black and flake8 in tox.ini
[osm/NBI.git] / devops-stages / stage-test.sh
index a247f37..5a86dc9 100755 (executable)
@@ -13,7 +13,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-set -e
 echo "Launching tox"
-tox --parallel=auto
-
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto