Skip to content

Commit

Permalink
Don't care about Python 2.6 any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrilli committed Jan 16, 2015
1 parent b7fd9be commit e410790
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34
envlist = py27, py33, py34

[testenv]
setenv =
Expand Down

0 comments on commit e410790

Please sign in to comment.