Skip to content

Commit de540ff

Browse files
committed
drop 2.6 support
1 parent 826cbc5 commit de540ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ sudo: false
33
language: python
44
python:
55
- "2.7"
6-
- "2.6"
76
- "3.4"
87
- "pypy"
98
install:
109
- pip install .
1110
- pip install -r dev-requirements.txt
12-
- pip install sphinx
11+
- pip install sphinx sphinx_rtd_theme
1312
script:
1413
- make lint
1514
- py.test

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the effects (that is, IO or state manipulation) in your code. Documentation is
1212
available at https://effect.readthedocs.org/, and its PyPI page is
1313
https://pypi.python.org/pypi/effect.
1414

15-
It `supports`_ both Python 2.6 and up, and 3.4 and up, as well as PyPy.
15+
It `supports`_ both Python 2.7 and up, and 3.4 and up, as well as PyPy.
1616

1717
.. _`supports`: https://travis-ci.org/python-effect/effect
1818

0 commit comments

Comments
 (0)