Skip to content

Commit f25e452

Browse files
authored
Merge pull request #356 from garrettwrong/add_more_diagnostic_details
Add diagnostic lines to tox environments
2 parents e046ead + a1d82fb commit f25e452

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ deps =
1616
Cython>=0.23
1717
commands =
1818
python -V
19+
pip freeze
20+
python -c "import numpy; numpy.show_config()"
1921
pytest --cov=aspire {posargs}
2022

2123
[testenv:py{36,37,38,39}-dev]
@@ -30,6 +32,8 @@ deps =
3032
commands =
3133
sh -c "pip freeze | cut -d@ -f1 | cut -d= -f1 | xargs -n1 pip install -U"
3234
python -V
35+
pip freeze
36+
python -c "import numpy; numpy.show_config()"
3337
pytest --cov=aspire {posargs}
3438

3539
[testenv:docs]

0 commit comments

Comments
 (0)