Skip to content

Commit

Permalink
💥 stop testing 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dnozay committed Jan 22, 2016
1 parent 37d1949 commit ee35308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: python

python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,8 +1,7 @@
[tox]
envlist = begin,py{26,27,py,33,34},py27-django{lts,curr},end,quality
envlist = begin,py{27,py,33,34},py27-django{lts,curr},end,quality

[tox:travis]
2.6 = py26
2.7 = begin,py27,py27-django{lts,prev,curr},end,quality
3.3 = py33
3.4 = py34
Expand Down

0 comments on commit ee35308

Please sign in to comment.