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

Fix tox and tests

This commit is contained in:
2018-03-10 18:39:50 +01:00
parent 37aca84605
commit 8b133ab16a
2 changed files with 33 additions and 20 deletions

View File

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