Skip to content

Commit 34a78c6

Browse files
committed
Merge branch 'master' into test-goodies
2 parents 8b9fbbd + b4fa157 commit 34a78c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sudo: false
33
language: python
44
python:
55
- "2.7"
6-
- "2.6"
76
- "3.4"
7+
- "3.5"
88
- "pypy"
99
install:
1010
- pip install .

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`_ Python 2.7, 3.4 and 3.5 as well as PyPy.
1616

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

0 commit comments

Comments
 (0)