Skip to content

Commit d0a80f3

Browse files
committed
Use coverage for python2 and python3
1 parent 0595354 commit d0a80f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ install:
1313
- pip install tox-travis
1414
script:
1515
- tox
16+
- python2 -m pip install coverage
17+
- python3 -m pip install coverage
1618
- python2 -m coverage run -a --source=pandoc_codeblock_include setup.py test
1719
- python3 -m coverage run -a --source=pandoc_codeblock_include setup.py test
1820
- coverage report -m

0 commit comments

Comments
 (0)