Switch to github CI
This commit is contained in:
parent
46f69a8911
commit
7fe6520575
7 changed files with 147 additions and 104 deletions
5
tox.ini
5
tox.ini
|
@ -1,11 +1,10 @@
|
|||
[tox]
|
||||
minversion = 3.5
|
||||
envlist = py36,py37 # ,pylint,mypy
|
||||
skip_missing_interpreters = True
|
||||
envlist = py3 # ,pylint,mypy
|
||||
|
||||
# TODO ugh. unclear how to reuse setup.cfg deps in tox
|
||||
[testenv]
|
||||
passenv = CI CI_* CIRCLE*
|
||||
passenv = CI CI_*
|
||||
# deliberately set to nonexistent pathe to check the fallback logic
|
||||
setenv = MY_CONFIG = nonexistent
|
||||
commands =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue