Switch to github CI

This commit is contained in:
Dima Gerasimov 2020-04-18 15:14:39 +01:00 committed by karlicoss
parent 46f69a8911
commit 7fe6520575
7 changed files with 147 additions and 104 deletions

View file

@ -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 =