8000 Drop python 2.6 test · dotlambda/fluent-logger-python@c64af02 · GitHub
[go: up one dir, main page]

Skip to content

Commit c64af02

Browse files
committed
Drop python 2.6 test
1 parent 046bdf7 commit c64af02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.6"
54
- "2.7"
65
- "3.2"
76
- "3.3"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.7.2
3-
envlist = py26, py27, py32, py33, py34, py35
3+
envlist = py27, py32, py33, py34, py35
44
skip_missing_interpreters = True
55

66
[testenv]

0 commit comments

Comments
 (0)
0