Skip to content

Commit ee35308

Browse files
committed
💥 stop testing 2.6
1 parent 37d1949 commit ee35308

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: python
44

55
python:
6-
- "2.6"
76
- "2.7"
87
- "pypy"
98
- "3.3"

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[tox]
2-
envlist = begin,py{26,27,py,33,34},py27-django{lts,curr},end,quality
2+
envlist = begin,py{27,py,33,34},py27-django{lts,curr},end,quality
33

44
[tox:travis]
5-
2.6 = py26
65
2.7 = begin,py27,py27-django{lts,prev,curr},end,quality
76
3.3 = py33
87
3.4 = py34

0 commit comments

Comments
 (0)