summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-05-29 21:17:47 +0100
committerMark McLoughlin <markmc@redhat.com>2013-05-29 21:19:57 +0100
commit45da670de2acb58744a76e093eb93f562d2ef787 (patch)
tree949ebefd7d200eb3d351af607d3d768ffcd9a95e /tox.ini
parentf675e5fb4a1828494d1f19a3c8104f7112a73396 (diff)
downloadpbr-45da670de2acb58744a76e093eb93f562d2ef787.tar.gz
Fix tox.ini to not reference deleted testenv
The pyflakes testenv was removed by commit 806a5b9. Change-Id: If696c91ac013c806cf80805084045e0b153c5508
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 20b64f0..6d32c86 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8,pyflakes
+envlist = py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}