Skip to content

Commit 1f96324

Browse files
committed
#413 debug py.test failure on Travis
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d30b4c5 commit 1f96324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
matrix:
99
- TEST_SUITE="bin/py.test -n 2 -vvs tests/scancode"
1010
- TEST_SUITE="bin/py.test -n 2 -vvs tests/extractcode"
11-
- TEST_SUITE="bin/py.test -n 2 -s tests/licensecode"
11+
- TEST_SUITE="bin/py.test -n 2 -vvs tests/licensecode"
1212
- TEST_SUITE="bin/py.test -n 2 -s tests/cluecode"
1313
- TEST_SUITE="bin/py.test -n 2 -s tests/packagedcode"
1414
- TEST_SUITE="bin/py.test -n 2 -s --ignore=tests/scancode --ignore=tests/extractcode --ignore=tests/licensecode --ignore=tests/cluecode --ignore=tests/packagedcode"

0 commit comments

Comments
 (0)