summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-02-17 17:35:25 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-02-17 18:25:58 -0500
commit0e744e489121cc4f03f28cd5506c5c2403192288 (patch)
tree6486eb93fc4dcbd54c9ad0c0273ed2b39db5e45a
parentb046f0552e8d9cc3c1efb6a8360b64932b044c49 (diff)
downloadoslo-policy-0e744e489121cc4f03f28cd5506c5c2403192288.tar.gz
Change default set of tox environments
Remove py33, since we don't test on 3.3 any more. Remove pypy, since we don't need to test that locally by default (it may still be tested in the gate). Change-Id: If714935c975de73000b5b94f9fdb1f62c3e05c55
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fc82115..6490bc1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py33,py34,py26,py27,pypy,pep8
+envlist = py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True