Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6320da5

Browse files
authored
Change return structure
1 parent d6e3f80 commit 6320da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/travis/test_script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
set -v
3+
set -ex
44

55
# This script is meant to be called by the "script" step defined in
66
# .travis.yml. See http://docs.travis-ci.com/ for more details.
@@ -18,4 +18,3 @@ fi
1818
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
1919

2020
pytest $PYTEST_ARGS $RUN_PEP8
21-
exit $?

0 commit comments

Comments
 (0)