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:
parent
b153089d4c
commit
823d1283ac
5 changed files with 76 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue