Pin flake8 version in tox.ini to 6.1.0
[osm/RO.git] / devops-stages / stage-test.sh
index 278b33b..3abc489 100755 (executable)
@@ -13,5 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-echo launching tox
-tox --parallel=auto
+set -e
+echo "Launching tox"
+tox
+
+