Drop Python 2 support

This commit is contained in:
Roman Zeyde
2018-08-13 16:03:41 +03:00
parent 4527eaa931
commit 0bd691320e
3 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
sudo: false sudo: false
language: python language: python
python: python:
- "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"

View File

@@ -32,9 +32,6 @@ setup(
'Intended Audience :: Information Technology', 'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: POSIX', 'Operating System :: POSIX',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py3 envlist = py3
[testenv] [testenv]
deps= deps=
pytest pytest