Skip to content

Commit

Permalink
Disable 3.5.2 testing, since we're not supporting it.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed May 20, 2019
1 parent c9e51fa commit 7a7ea92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
dist: xenial
python:
- "3.5"
- "3.5.2"
- "3.6"
- "3.7"
- "pypy3"
Expand Down
6 changes: 3 additions & 3 deletions eliot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
if version_info < (3, 5, 3):
raise RuntimeError(
"This version of Eliot doesn't work on Python 3.5.2 or earlier. "
"Either upgrade to a newer version of Python (e.g. on Ubuntu 16.04 "
"you can use the deadsnakes PPA to get Python 3.6), or pin Eliot "
"to version 1.7."
"Either upgrade to Python 3.5.3 or later (on Ubuntu 16.04 "
"you can use https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa "
"to get Python 3.6), or pin Eliot to version 1.7."
)
import aiocontextvars

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ envlist = py35-numpy, py36, py37, pypy3,
[travis]
python =
3.5: py35-numpy, py35-twisted-latest
3.5.2: py35-numpy
3.6: py36
3.7: py37, linters3, sphinx
pypy3: pypy3
Expand Down

0 comments on commit 7a7ea92

Please sign in to comment.