diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-08-01 16:27:36 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-08-01 16:27:36 +0900 |
commit | 29b8d7d28b447a614fdf5e4c3ec20c4c53ac710b (patch) | |
tree | 34dce48ca80054fd4f2ed55534b5314ac1f6f76a | |
parent | bc111ac10dba7aeaf9787b769f94f06502eeaf61 (diff) |
drop Python 3.4 CI test
Python 3.4 is officially dead.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4f67934d..712ffd12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ matrix: - python: 2.7 env: TOX_ENV=py27 - - python: 3.4 - env: TOX_ENV=py34 - - python: 3.5 env: TOX_ENV=py35 |