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
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

View File

@@ -32,9 +32,6 @@ setup(
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'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.5',
'Programming Language :: Python :: 3.6',

View File

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