Skip to content

Commit e1c338b

Browse files
committed
Drop python 2.6 support
1 parent 706f54a commit e1c338b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
- TOX_ENV=py34
99
- TOX_ENV=py33
1010
- TOX_ENV=py27
11-
- TOX_ENV=py26
1211
- TOX_ENV=docs
1312
install:
1413
- pip install coveralls tox

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pypy,py35,py34,py33,py27,py26,docs
2+
envlist = pypy,py35,py34,py33,py27,docs
33

44
[testenv]
55
commands = coverage run --source=fitbit setup.py test
@@ -20,9 +20,6 @@ basepython = python3.3
2020
[testenv:py27]
2121
basepython = python2.7
2222

23-
[testenv:py26]
24-
basepython = python2.6
25-
2623
[testenv:docs]
2724
basepython = python3.4
2825
commands = sphinx-build -W -b html docs docs/_build

0 commit comments

Comments
 (0)