[testing] Remove python 3.4 from setup/Travis CI

This commit is contained in:
Cameron Yick
2019-05-27 20:42:11 -04:00
parent 51a54d5861
commit 0adf7419ce
2 changed files with 0 additions and 3 deletions

View File

@@ -19,9 +19,7 @@ language: python
python:
- 3.6
- 3.5
- 3.4
- 2.7
# - 2.6
cache: pip

View File

@@ -71,7 +71,6 @@ setup(
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',