aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2016-08-10 10:12:27 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2016-08-10 10:40:08 -0700
commit49d565d2deb47bfc51416654c33dbc391b8c06e9 (patch)
tree63bbe3e8bcc7d0f7f01dd8dfc8fd23df6d082ec8 /tox.ini
parentf774a6660d171c76f168ff5b289825efcf269125 (diff)
downloadoauth2client-49d565d2deb47bfc51416654c33dbc391b8c06e9.tar.gz
Drop Python 3.3 support
Also remove some trailing whitespace in tox.ini and fixing up some double quote / single quote mixing in setup.py. Fixes #603.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 2 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index 556c52a..a25c88d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,py35,pypy,gae,cover
+envlist = py27,py34,py35,pypy,gae,cover
[testenv]
basedeps = mock>=1.3.0
@@ -18,7 +18,7 @@ deps = {[testenv]basedeps}
setenv =
pypy: with_gmp=no
DJANGO_SETTINGS_MODULE=tests.contrib.django_util.settings
-commands =
+commands =
py.test {posargs}
[coverbase]
@@ -37,17 +37,6 @@ deps = {[testenv]deps}
coverage
pytest-cov
-[testenv:py33]
-basepython =
- python3.3
-commands =
- py.test \
- --ignore=oauth2client/contrib/django_util \
- --ignore=tests/contrib/django_util \
- {posargs}
-deps = {[testenv]basedeps}
- keyring
-
[testenv:cover]
basepython = {[coverbase]basepython}
commands =