From 011cb8871022099f6879f991747bf7ddbbdf1779 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Thu, 13 May 2021 17:11:38 -0700 Subject: [PATCH] add smscalls to my.config, add test to CI --- my/config.py | 3 +++ tox.ini | 2 ++ 2 files changed, 5 insertions(+) diff --git a/my/config.py b/my/config.py index 096c58a..63d962c 100644 --- a/my/config.py +++ b/my/config.py @@ -24,6 +24,9 @@ class hypothesis: class instapaper: export_path: Paths = '' +class smscalls: + export_path: Paths = '' + class pocket: export_path: Paths = '' diff --git a/tox.ini b/tox.ini index ab5c3e8..dace409 100644 --- a/tox.ini +++ b/tox.ini @@ -85,6 +85,7 @@ commands = hpi module install my.coding.commits hpi module install my.goodreads hpi module install my.pdfs + hpi module install my.smscalls # todo fuck. -p my.github isn't checking the subpackages?? wtf... # guess it wants .pyi file?? @@ -94,6 +95,7 @@ commands = -p my.hypothesis \ -p my.instapaper \ -p my.pocket \ + -p my.smscalls \ -p my.reddit \ -p my.stackexchange.stexport \ -p my.pinboard \