Skip to content

Commit

Permalink
Merge pull request #934 from Tarrasch/remove-26-support
Browse files Browse the repository at this point in the history
Drop python 2.6 support
  • Loading branch information
Tarrasch committed May 7, 2015
2 parents 9ee0191 + 7b3fb1a commit d987e1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ env:
matrix:
- TOXENV=pep8
- TOXENV=docs
- TOXENV=py26-nonhdfs
- TOXENV=py27-nonhdfs
- TOXENV=py33-nonhdfs
- TOXENV=py34-nonhdfs
- TOXENV=py26-cdh
- TOXENV=py27-cdh
- TOXENV=py33-cdh
- TOXENV=py34-cdh
Expand Down
4 changes: 1 addition & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Section: libs
Priority: extra
Maintainer: Elias Freider <freider@spotify.com>
Build-Depends: debhelper (>= 7),
python-all (>= 2.6.6-3~),
python-argparse,
python-all (>= 2.7),
python-pip,
python-psycopg2,
python-pyparsing,
Expand All @@ -25,7 +24,6 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-argparse,
python-pyparsing,
python-sqlalchemy,
python-mechanize
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 = py{26,27,33,34}-{cdh,hdp,nonhdfs}, docs, pep8
envlist = py{27,33,34}-{cdh,hdp,nonhdfs}, docs, pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit d987e1e

Please sign in to comment.