From 5fbd11aab39b1e18c39ba8fd4839d2677a94430b Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 16 Jun 2017 01:04:54 +0200 Subject: [PATCH] Print skipped tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59116f7c..22eb01e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ install: - pip3 install --upgrade -e .[test] script: - - python3 setup.py test \ No newline at end of file + - python3 setup.py test --addopts "-r s"