Skip to content

Commit 5a934ec

Browse files
committed
pip freeze to log environment
1 parent 248ac31 commit 5a934ec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ matrix:
2323
install:
2424
- pip install -U tox-travis coveralls pip setuptools wheel
2525
- python setup.py build_ext --inplace
26+
- pip freeze
2627

2728
script:
2829
- tox

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ environment:
4040
install:
4141
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
4242
- git submodule update --init --recursive
43-
44-
build: off
45-
46-
test_script:
4743
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
4844
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
4945
- "%CMD_IN_ENV% python -m pip install -rrequirements_test.txt"
5046
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
47+
- "%CMD_IN_ENV% python -m pip freeze"
48+
49+
build: off
50+
51+
test_script:
5152
- "%CMD_IN_ENV% python -m pytest -v numcodecs"
5253

5354
after_test:

0 commit comments

Comments
 (0)