Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python 2.6 support #934

Merged
merged 1 commit into from
May 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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