summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-09-03 19:13:38 +0100
committerChris Dent <cdent@anticdent.org>2018-09-03 19:13:38 +0100
commita8253805dffb5598c311c23b854f987a18e69a15 (patch)
treed7fcd6504d8b0754612f9886bcbe9c27240c3baa /tox.ini
parentb9bf00ee0dee4095e18061b98e5b36434cf01d13 (diff)
downloadnova-a8253805dffb5598c311c23b854f987a18e69a15.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 720af3fedd..4465225f3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]