We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c25112 + 5ddce5a commit 8deda05Copy full SHA for 8deda05
.travis.yml
@@ -12,6 +12,7 @@ install:
12
- pip install -r dev-requirements.txt
13
- python setup.py bdist_wheel
14
- pip install dist/*.whl
15
+- pip freeze
16
script:
17
# cd into tests so CWD being repo2docker does not hide
18
# possible issues with MANIFEST.in
@@ -22,10 +23,6 @@ script:
22
23
travis_retry pytest --durations 10 --cov repo2docker -v ${REPO_TYPE} || exit 1;
24
fi;
25
popd;
-- pip install -r docs/doc-requirements.txt
26
-- pushd docs;
27
- make html || exit 1;
28
- popd;
29
after_success:
30
- pip install codecov
31
- pushd tests && codecov && popd
0 commit comments