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
This commit is contained in:
Chris Dent 2018-09-03 19:13:38 +01:00
parent b9bf00ee0d
commit a8253805df
1 changed files with 1 additions and 1 deletions

View File

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