Skip to content

Commit

Permalink
Drop support for Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Oct 20, 2016
1 parent c18fb4f commit 0ba27f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 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
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def readme():
'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 0ba27f0

Please sign in to comment.