Skip to content

Commit d7e4639

Browse files
committed
Use python2 and python3
1 parent d0a80f3 commit d7e4639

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ install:
1313
- pip install tox-travis
1414
script:
1515
- tox
16-
- python2 -m pip install coverage
17-
- python3 -m pip install coverage
16+
- pip install pip2
17+
- pip install pip3
18+
- pip2 install coverage
19+
- pip3 install coverage
1820
- python2 -m coverage run -a --source=pandoc_codeblock_include setup.py test
1921
- python3 -m coverage run -a --source=pandoc_codeblock_include setup.py test
2022
- coverage report -m

0 commit comments

Comments
 (0)