Skip to content

Commit 0844609

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

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
@@ -14,7 +14,7 @@ install:
1414
script:
1515
- tox
1616
- 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
17+
- python3 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
1818
- coverage report -m
1919
after_success:
2020
- coveralls

0 commit comments

Comments
 (0)