File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1- language : python
2- python :
3- - " 2.7"
4- - " 3.4"
5- - " 3.5"
6- - " 3.6"
1+ language : generic
72before_install :
83 - wget https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-1-amd64.deb
94 - sudo dpkg -i pandoc-2.5-1-amd64.deb
105 - pandoc -v
6+ - sudo apt-get install python2.7
7+ - sudo apt-get install python
8+ - sudo apt-get install python-pip
119install :
1210 - pip install coveralls
1311 - pip install tox-travis
1412script :
1513 - tox
16- - 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
1814 - coverage report -m
1915after_success :
2016 - coveralls
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py27,py34,py35,py36
2+ envlist = py2,py3
33
44[testenv]
5- deps = pytest
6- commands = pytest
5+ deps = coverage
6+ commands = coverage run -a -- source =pandoc_codeblock_include setup.py test
You can’t perform that action at this time.
0 commit comments