aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNathaniel Manista <nathaniel@google.com>2015-08-10 07:48:02 -0700
committerNathaniel Manista <nathaniel@google.com>2015-08-10 07:48:02 -0700
commit487161239fc85d1e6c61addda08bd89456bbbf8d (patch)
tree35b14688702e9fcd7ea3445596734cd9eef7fbeb /tox.ini
parent1c5391341ff1cf86f060cf7ff733afed0396b0b6 (diff)
parentea751883bfe0715e123561ac756336bdd6e1c292 (diff)
downloadoauth2client-487161239fc85d1e6c61addda08bd89456bbbf8d.tar.gz
Merge pull request #247 from dhermes/remove-unused-tox-part
Remove section from tox that is YAML formatted.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index aefd4ed..7682eb0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,12 +14,6 @@ deps = {[testenv]basedeps}
setenv = PYTHONPATH=../google_appengine
commands = nosetests --ignore-files=test_appengine\.py {posargs}
-# whitelist
-branches:
- only:
- - master
- - python3
-
[testenv:cover]
basepython = python2.7
commands =