Skip to content

Commit 0797d24

Browse files
committed
Use python2 and python3
1 parent d7e4639 commit 0797d24

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ install:
1313
- pip install tox-travis
1414
script:
1515
- tox
16-
- pip install pip2
17-
- pip install pip3
18-
- pip2 install coverage
19-
- pip3 install coverage
20-
- python2 -m coverage run -a --source=pandoc_codeblock_include setup.py test
21-
- python3 -m coverage run -a --source=pandoc_codeblock_include setup.py test
16+
- python2 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
17+
- python2 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
2218
- coverage report -m
2319
after_success:
2420
- coveralls

0 commit comments

Comments
 (0)