Removing pip-missing-reqs from default tox jobs

Change I1b02384494ae9f440b72b98d9ae5f31d88dc8967 removed the
tox env entry for pip-missing-reqs but did not remove the job
from the envlist.

This means that if you run tox with no args it will run that job,
using the default venv setup with takes time but runs no tests.

Change-Id: I8355372da93b93cc1c7f7a1501af0fbd01eee615
(cherry picked from commit a8253805df)
This commit is contained in:
Chris Dent 2018-09-03 19:13:38 +01:00 committed by Matt Riedemann
parent 051a6690ce
commit 187ad17728
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.1
envlist = py{35,27},functional,pep8,pip-missing-reqs
envlist = py{35,27},functional,pep8
skipsdist = True
[testenv]