From ea751883bfe0715e123561ac756336bdd6e1c292 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 7 Aug 2015 13:55:33 -0700 Subject: [PATCH] Removing section from tox that is YAML formatted. It seems to be a remnant of come copy-pasta in .travis.yml. --- tox.ini | 6 ------ 1 file changed, 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 =