7a7820c4ff
Also, fix minor flake8 issue related to Long literal. This should now have the python34 gate job passing. partial blueprint heat-python34-support Change-Id: I7f85e7251fc96587df0b43daac202c38542a6f6c
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testr init
|
|
testr run --parallel `cat py3-testlist`
|