1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Dropping Python 2 support

This commit is contained in:
2016-11-26 19:12:44 +01:00
parent 11241e9d8b
commit af7f24e9a9
8 changed files with 12 additions and 41 deletions

14
tox.ini
View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,{py27,py34}-flake8
envlist = py34,py34-flake8
usedevelop = True
@@ -10,18 +10,6 @@ commands = py.test --cov=slack_backup --cov-report=term-missing
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:py27]
usedevelop={[testenv]usedevelop}
setenv = {[testenv]setenv}
commands = {[testenv]commands}
deps = {[testenv]deps}
mock
[testenv:py27-flake8]
basepython = python2.7
deps = flake8
commands = flake8 {posargs}
[testenv:py34-flake8]
basepython = python3.4
deps = flake8