fix passenv tox configuration
This commit is contained in:
parent
31981b8f34
commit
b401622985
1 changed files with 27 additions and 23 deletions
12
tox.ini
12
tox.ini
|
@ -7,9 +7,11 @@ toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv =
|
passenv =
|
||||||
# useful for tests to know they are running under ci
|
# useful for tests to know they are running under ci
|
||||||
CI CI_*
|
CI
|
||||||
|
CI_*
|
||||||
# respect user's cache dirs to prevent tox from crapping into project dir
|
# respect user's cache dirs to prevent tox from crapping into project dir
|
||||||
MYPY_CACHE_DIR PYTHONPYCACHEPREFIX
|
MYPY_CACHE_DIR
|
||||||
|
PYTHONPYCACHEPREFIX
|
||||||
|
|
||||||
|
|
||||||
# just the very core tests with minimal dependencies
|
# just the very core tests with minimal dependencies
|
||||||
|
@ -110,7 +112,7 @@ commands =
|
||||||
my.pdfs \
|
my.pdfs \
|
||||||
my.smscalls \
|
my.smscalls \
|
||||||
my.location.gpslogger \
|
my.location.gpslogger \
|
||||||
my.location.via_ip \
|
my.location.fallback.via_ip \
|
||||||
my.google.takeout.parser
|
my.google.takeout.parser
|
||||||
|
|
||||||
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
|
||||||
|
@ -132,7 +134,9 @@ commands =
|
||||||
-p my.bluemaestro \
|
-p my.bluemaestro \
|
||||||
-p my.location.google \
|
-p my.location.google \
|
||||||
-p my.location.google_takeout \
|
-p my.location.google_takeout \
|
||||||
-p my.location.via_ip \
|
-p my.location.fallback.via_ip \
|
||||||
|
-p my.location.fallback.via_home \
|
||||||
|
-p my.location.fallback.common \
|
||||||
-p my.location.gpslogger \
|
-p my.location.gpslogger \
|
||||||
-p my.ip.common \
|
-p my.ip.common \
|
||||||
-p my.time.tz.via_location \
|
-p my.time.tz.via_location \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue