Skip to content

Commit 7a7ea92

Browse files
committed
Disable 3.5.2 testing, since we're not supporting it.
1 parent c9e51fa commit 7a7ea92

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
dist: xenial
33
python:
44
- "3.5"
5-
- "3.5.2"
65
- "3.6"
76
- "3.7"
87
- "pypy3"

eliot/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
if version_info < (3, 5, 3):
1111
raise RuntimeError(
1212
"This version of Eliot doesn't work on Python 3.5.2 or earlier. "
13-
"Either upgrade to a newer version of Python (e.g. on Ubuntu 16.04 "
14-
"you can use the deadsnakes PPA to get Python 3.6), or pin Eliot "
15-
"to version 1.7."
13+
"Either upgrade to Python 3.5.3 or later (on Ubuntu 16.04 "
14+
"you can use https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa "
15+
"to get Python 3.6), or pin Eliot to version 1.7."
1616
)
1717
import aiocontextvars
1818

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ envlist = py35-numpy, py36, py37, pypy3,
66
[travis]
77
python =
88
3.5: py35-numpy, py35-twisted-latest
9-
3.5.2: py35-numpy
109
3.6: py36
1110
3.7: py37, linters3, sphinx
1211
pypy3: pypy3

0 commit comments

Comments
 (0)