mirror of https://github.com/OpenKMIP/PyKMIP.git
7 lines
27 B
Bash
7 lines
27 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
tox
|
||
|
|