Skip to content

Commit

Permalink
Merge pull request #27 from di/drop-2.6
Browse files Browse the repository at this point in the history
Drop support for Python 2.6
  • Loading branch information
di committed Oct 20, 2016
2 parents 4f5e69e + 0ba27f0 commit bc6dd77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand All @@ -10,9 +9,6 @@ python:
install:
- pip install flake8
- pip install coveralls
# Coveralls 4.0 doesn't support Python 3.2
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi
script:
- coverage run --source=vladiate setup.py test
- flake8 .
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ def readme():
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
"Intended Audience :: Developers",
Expand Down

0 comments on commit bc6dd77

Please sign in to comment.