setup: deprecate Python2 support

This commit is contained in:
Roman Zeyde
2017-10-15 21:56:30 +03:00
parent 04627f0899
commit 2e688ccac9
3 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py3
envlist = py3
[pycodestyle]
max-line-length = 100
[pep257]