Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 3f5fcb4

Browse files
committed
dropping support for Python 3.4
1 parent 5f081d9 commit 3f5fcb4

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change log
44
1.0.0-dev
55
---------
66

7+
* Support for Python 3.4 dropped (sorry)
78
* Add support for Consul 1.0.0 (thanks @matusvalo!)
89
* Expose all 400 errors and add tests for common callback handler (thanks @bagerard)
910

tox.ini

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8, py26, py27, pypy, py34, py35, py36
2+
envlist = flake8, py26, py27, pypy, py35, py36
33

44
[flake8]
55
ignore = F811,E226
@@ -24,21 +24,6 @@ deps =
2424
commands =
2525
py.test --reruns=3 {posargs:consul tests}
2626

27-
[testenv:py34]
28-
deps =
29-
pytest
30-
pytest-rerunfailures
31-
pytest-twisted
32-
twisted
33-
treq
34-
pyOpenSSL
35-
tornado
36-
aiohttp
37-
flake8
38-
commands =
39-
py.test --reruns=3 {posargs:consul tests}
40-
flake8 --exclude=".tox/*,xx/*,__*,docs/*"
41-
4227
[testenv:py35]
4328
deps =
4429
pytest

0 commit comments

Comments
 (0)