Skip to content

Commit

Permalink
Remove support for Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 25, 2015
1 parent 1f575f3 commit c52b28f
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 @@ -30,7 +30,6 @@ python:
env:
- TOX_ENV=docs
- TOX_ENV=lint
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=coverage

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# DAMAGE

[tox]
envlist = py27, docs, lint, coverage
envlist = py26, py27, docs, lint, coverage

[testenv:develop]
basepython = python2.7
Expand Down

0 comments on commit c52b28f

Please sign in to comment.