Skip to content

Commit 8deda05

Browse files
authored
Merge pull request #581 from minrk/travis-freeze
add pip freeze to travis.yml
2 parents 9c25112 + 5ddce5a commit 8deda05

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
- pip install -r dev-requirements.txt
1313
- python setup.py bdist_wheel
1414
- pip install dist/*.whl
15+
- pip freeze
1516
script:
1617
# cd into tests so CWD being repo2docker does not hide
1718
# possible issues with MANIFEST.in
@@ -22,10 +23,6 @@ script:
2223
travis_retry pytest --durations 10 --cov repo2docker -v ${REPO_TYPE} || exit 1;
2324
fi;
2425
popd;
25-
- pip install -r docs/doc-requirements.txt
26-
- pushd docs;
27-
make html || exit 1;
28-
popd;
2926
after_success:
3027
- pip install codecov
3128
- pushd tests && codecov && popd

0 commit comments

Comments
 (0)