Skip to content

Commit

Permalink
add config.sh to make manylinux utils happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Dec 14, 2018
1 parent 6568a6b commit 19e117e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.sh
@@ -0,0 +1,9 @@
#!/bin/bash
function pre_build {
echo "Hello world (this should not be run)"
}

function run_tests {
echo "Hello world (this should not be run)"
}

0 comments on commit 19e117e

Please sign in to comment.