From f29d466f75ad2908625e367b2cddb881e31e6848 Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Mon, 14 Dec 2015 11:05:25 -0800 Subject: [PATCH] Unpin tox --- .travis.yml | 2 +- tests/scripts/fetch_gae_sdk.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/scripts/fetch_gae_sdk.py diff --git a/.travis.yml b/.travis.yml index 1316ffd33595..10b8928c8d8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: install: # TODO: unpin tox when the following issue is fixed # https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files -- pip install tox==2.0.1 coveralls +- pip install tox coveralls script: - tox diff --git a/tests/scripts/fetch_gae_sdk.py b/tests/scripts/fetch_gae_sdk.py old mode 100644 new mode 100755