File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ before_install:
33 - wget https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-1-amd64.deb
44 - sudo dpkg -i pandoc-2.5-1-amd64.deb
55 - pandoc -v
6- - sudo add-apt-repository -y ppa:deadsnakes/ppa
7- - sudo apt-get update
86 - sudo apt-get install python2.7
97 - sudo apt-get install python
10- - sudo apt-get install python3.6
118 - sudo apt-get install python-pip
129 - pip install --user --upgrade pip
1310install :
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py2,py3,py36
2+ envlist = py2,py3
33
44[testenv]
55deps =
66 py2: coverage
77 py3: coverage
88 py3: pylint
9- py36: black
109commands =
1110 py2: python2 -W ignore -m coverage run --source =pandoc_codeblock_include setup.py test
1211 py3: coverage run -a --source =pandoc_codeblock_include setup.py test
1312 py3: pylint pandoc_codeblock_include.py setup.py tests/test_include.py
14- py36: black --check pandoc_codeblock_include.py setup.py tests/test_include.py
1513
You can’t perform that action at this time.
0 commit comments