Skip to content

Commit

Permalink
Update a script to run test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 13, 2018
1 parent 15c061c commit fe1b5a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

pyver=$(python -c "from __future__ import print_function; import sys; print('{}{}'.format(*sys.version_info[0:2]))")
echo $pyver

tox
if [ "$TOXENV" != "cov" ] ; then
tox
fi

0 comments on commit fe1b5a6

Please sign in to comment.