diff options
| author | Val Neekman <val@neekware.com> | 2016-08-26 11:51:06 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2016-08-26 11:51:06 -0400 |
| commit | 4c4376b8b3a0ea28046fe6e9fdf5864bf7a52bc0 (patch) | |
| tree | aa84e3541bc57815c85931b7fe1976762ac2c9c3 | |
| parent | b5fe240d75fc38ccc50dc964adc37cbe6648e247 (diff) | |
| download | python-slugify-4c4376b8b3a0ea28046fe6e9fdf5864bf7a52bc0.tar.gz | |
drop py 2.6 support
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rwxr-xr-x | pep8.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eb6f274..5e97c2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2b7c6..1a171c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Including certain files (e.g. license.md) in sdists via MANIFEST.in (@proinsias) - Relax licensing by moving from BSD to MIT - Add Python 3.5 support + - Drop Python 2.6 support - Add more tests ## 1.2.0 @@ -8,4 +8,4 @@ # -- E225 missing whitespace around operator # -- E501 line too long -pep8 --ignore=E128,E225,E501 slugify test.py setup.py +pep8 --ignore=E128,E261,E225,E501 slugify test.py setup.py |
