Skip to content

Commit

Permalink
fix: add logs to pip install for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Mar 2, 2021
1 parent dd888e9 commit 8b11e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ python:
- "3.8"
- "pypy2.7-7.3.1"
- "pypy3.6-7.3.1"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
#install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
install: "pip install --no-cache-dir --verbose -r requirements/core.txt --log LOG_PIP_CORE; pip install --no-cache-dir -r requirements/test.txt --log LOG_PIP_TEST"
script: "pytest --cov=optimizely"
after_success:
- coveralls
Expand Down

0 comments on commit 8b11e23

Please sign in to comment.