From 4a50341b7131c9ff077512d4c17cac698d82e458 Mon Sep 17 00:00:00 2001 From: Evan Kepner Date: Sat, 26 Oct 2019 13:04:58 -0400 Subject: [PATCH] pip upgrade add to tox --- .travis.yml | 1 + tox.ini | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a48c89..93f6515 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ matrix: - python: "3.8-dev" before_install: + - pip install --upgrade pip - pip install codecov install: diff --git a/tox.ini b/tox.ini index 397e662..113f263 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,9 @@ envlist = py37, lint, typing, pypi-description, manifest, help, docs setenv = VIRTUALENV_NO_DOWNLOAD=1 extras = dev -commands = python -m pytest --cov=mutatest {posargs} +commands = + pip install --upgrade pip + python -m pytest --cov=mutatest {posargs} [testenv:help] @@ -45,6 +47,7 @@ deps = twine pip >= 18.0.0 commands = + pip install --upgrade pip pip wheel -w {envtmpdir}/build --no-deps . twine check {envtmpdir}/build/*