Skip to content

Commit c23847f

Browse files
committed
No need to run pytest twice when running in travis-ci. Through coverage is enough
1 parent d1faf4a commit c23847f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ install:
2020
script:
2121
- coverage erase
2222
- coverage run --source pykwalify -p -m py.test -v -s
23-
- py.test -v -s
2423
- python setup.py sdist bdist
2524

2625
after_success:

0 commit comments

Comments
 (0)