17f8a14627
New hacking (0.10.1) Updated flake8 ignores run_tests.sh will call tox Partial-Bug: #1462906 Change-Id: I0e6ec4ea84d0d8da315cc5296f8d46c495120bca
7 lines
35 B
Bash
Executable File
7 lines
35 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
tox -v
|