Skip to content

Commit

Permalink
Remove support for Python 2.6 and Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Feb 19, 2016
1 parent 2ad5672 commit 02feec9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Features

- Pure-Python
- Developed on Python 2.7
- Tested on CPython 2.6, 2.7, 3.3, 3.4, 3.5 and PyPy, PyPy3
- Tested on CPython 2.7, 3.4, 3.5 and PyPy, PyPy3
- Get full_path reference to value.
- Allow storing raw data.
- Small values stored in database.
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=py26,py27,py33,py34,py35
envlist=py27,py34,py35
[testenv]
deps=nose
mock
Expand Down

0 comments on commit 02feec9

Please sign in to comment.