1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

a first multi-account test, no real checks yet

This commit is contained in:
holger krekel 2018-09-07 20:53:12 +02:00
parent b153089d4c
commit 823d1283ac
5 changed files with 76 additions and 21 deletions

View file

@ -3,7 +3,7 @@ minversion = 2.0
distshare = {homedir}/.tox/distshare
# make sure to update environment list in travis.yml and appveyor.yml
envlist =
linting
lint
py27
py35
@ -14,7 +14,7 @@ deps =
pytest
pdbpp
[testenv:linting]
[testenv:lint]
skipsdist = True
usedevelop = True
basepython = python2.7