From 7561085dccea6854587562d94f00331fc31d74bd Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Tue, 15 Dec 2015 09:29:14 -0800 Subject: [PATCH] Fixing tests to ignore app engine. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index efdf9a7..7313b2a 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = --cover-erase \ --cover-tests \ --cover-branches \ - --ignore-files=contrib/test_appengine\.py + --ignore-files=test_appengine\.py nosetests \ --with-coverage \ --cover-package=oauth2client.contrib.appengine \