Skip to content

Commit

Permalink
Dropping python 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed May 16, 2017
1 parent 066de49 commit f630d85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,pypy

[testenv:py26]
commands =
{envbindir}/pip install -e .[dev,test]
{envpython} setup.py test
envlist = py27,py33,py34,py35,pypy

[testenv]
commands =
Expand Down

0 comments on commit f630d85

Please sign in to comment.