Skip to content

Commit 955fb94

Browse files
committed
Remove Python 3.4 from test matrix - end of life
1 parent 23e2408 commit 955fb94

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ matrix:
2121
env: TOXENV=py27-pycrypto-norsa
2222
- python: 2.7
2323
env: TOXENV=py27-compatibility
24-
# CPython 3.4
25-
- python: 3.4
26-
env: TOXENV=py34-base
27-
- python: 3.4
28-
env: TOXENV=py34-cryptography-only
29-
- python: 3.4
30-
env: TOXENV=py34-pycryptodome-norsa
31-
- python: 3.4
32-
env: TOXENV=py34-pycrypto-norsa
33-
- python: 3.4
34-
env: TOXENV=py34-compatibility
3524
# CPython 3.5
3625
- python: 3.5
3726
env: TOXENV=py35-base

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 3.4.0
33
envlist =
4-
py{27,34,35,36,py}-{base,cryptography-only,pycryptodome-norsa,pycrypto-norsa,compatibility},
4+
py{27,35,36,py}-{base,cryptography-only,pycryptodome-norsa,pycrypto-norsa,compatibility},
55
flake8
66
skip_missing_interpreters = True
77

0 commit comments

Comments
 (0)