Avoid pip version check.

This commit is contained in:
Omer Katz 2019-03-03 22:33:51 +02:00
parent ba6850f649
commit 3e60e6503a
2 changed files with 4 additions and 2 deletions

View File

@ -43,8 +43,8 @@ matrix:
stage: lint
install:
- pip install -U pip setuptools wheel | cat
- pip install -U tox | cat
- pip --disable-pip-version-check install -U pip setuptools wheel | cat
- pip --disable-pip-version-check install -U tox | cat
script: tox -v -- -v
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml

View File

@ -36,6 +36,8 @@ basepython =
3.7: python3.7
pypy,pypy3: pypy
install_command = python -m pip --disable-pip-version-check install {opts} {packages}
[testenv:apicheck]
commands = pip install -U -r{toxinidir}/requirements/dev.txt
sphinx-build -j2 -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck