Skip to content

Commit c20f88f

Browse files
authored
Merge pull request #118 from alimanfoo/pip-freeze-alimanfoo-20181108
Move pip freeze
2 parents c4c0a8f + 5b3fbfe commit c20f88f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

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

2827
script:
2928
- tox

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ commands =
1818
py37: pytest -v --cov=numcodecs --doctest-modules --doctest-glob=*.pyx numcodecs
1919
coverage report -m
2020
py37: flake8 --max-line-length=100 numcodecs
21+
pip freeze
2122
deps =
2223
py27: backports.lzma
2324
-rrequirements_dev.txt

0 commit comments

Comments
 (0)