Skip to content

Commit 9db6107

Browse files
committed
Remove py36 from test
1 parent 1d0d269 commit 9db6107

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1310
install:

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
[tox]
2-
envlist = py2,py3,py36
2+
envlist = py2,py3
33

44
[testenv]
55
deps =
66
py2: coverage
77
py3: coverage
88
py3: pylint
9-
py36: black
109
commands =
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

0 commit comments

Comments
 (0)