Skip to content

Commit 1552e41

Browse files
committed
Remove py26. Run pylint on travis.
1 parent f65ced0 commit 1552e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python: 2.7
33
env:
4-
- TOX_ENV=py26
54
- TOX_ENV=py27
65
- TOX_ENV=py33
76
- TOX_ENV=py34
87
- TOX_ENV=flake8
8+
- TOX_ENV=pylint
99
install:
1010
- pip install tox
1111
script:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py2{6,7},py3{3,4},flake8,pylint
2+
envlist = py27,py3{3,4},flake8,pylint
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)