Skip to content

Commit

Permalink
.ci: Add tests.sh
Browse files Browse the repository at this point in the history
Copied from coala
  • Loading branch information
AbdealiLoKo committed Feb 19, 2016
1 parent a048537 commit a62f2c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .ci/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
set -e
set -x

source .ci/env_variables.sh

args=()

if [ "$system_os" == "LINUX" ] ; then
args+=('--cov' '--doctest-modules')
fi

python3 -m pytest "${args[@]}"

0 comments on commit a62f2c0

Please sign in to comment.