We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e3f80 commit 6320da5Copy full SHA for 6320da5
ci/travis/test_script.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash
2
3
-set -v
+set -ex
4
5
# This script is meant to be called by the "script" step defined in
6
# .travis.yml. See http://docs.travis-ci.com/ for more details.
@@ -18,4 +18,3 @@ fi
18
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
19
20
pytest $PYTEST_ARGS $RUN_PEP8
21
-exit $?
0 commit comments