Merge pull request #285 from hydrosquall/feature/drop-python-3-4-tests

[testing] Remove python 3.4 from setup/Travis CI
This commit is contained in:
Cameron Yick
2019-05-27 20:59:00 -04:00
committed by GitHub
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',