aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-08-07 13:55:33 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-08-07 13:55:33 -0700
commitea751883bfe0715e123561ac756336bdd6e1c292 (patch)
tree9a06b6f3ff2e07bd5734e176f8acf71227966c0f /tox.ini
parent5a44c8c6e697528ea18d2e7d29096987ce0fa835 (diff)
downloadoauth2client-ea751883bfe0715e123561ac756336bdd6e1c292.tar.gz
Removing section from tox that is YAML formatted.
It seems to be a remnant of come copy-pasta in .travis.yml.
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 dcd62af..8054da5 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 =