blob: 35cb0ea600f85fd608b193b82c2c0bee2239929c [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
Bu Sun Kim61cd9252018-11-20 08:23:51 -08002envlist = py{27,34,35,36,37}-oauth2client{1,2,3,4}
Ali Afshar02b5f3f2012-09-06 08:43:10 -07003
4[testenv]
Thomas Bechtoldbb324622016-03-14 19:17:59 +01005deps =
Jon Wayne Parrott36d4e1b2016-10-17 13:31:33 -07006 oauth2client1: oauth2client<2dev
7 oauth2client2: oauth2client>=2,<=3dev
8 oauth2client3: oauth2client>=3,<=4dev
9 oauth2client4: oauth2client>=4,<=5dev
Jon Wayne Parrott85c2c6d2017-01-05 12:34:49 -080010 google-auth
11 google-auth-httplib2
Ali Afshar02b5f3f2012-09-06 08:43:10 -070012 mox
13 pyopenssl
Joe Gregorio0b723c22013-01-03 15:00:50 -050014 pycrypto==2.6
Jon Wayne Parrottb8b68fe2017-12-05 14:16:40 -080015 django<2.0.0; python_version < '3.0.0'
16 django>=2.0.0; python_version > '3.0.0'
Ali Afshar02b5f3f2012-09-06 08:43:10 -070017 webtest
18 nose
Pat Feratee14d7912015-03-30 07:38:55 -070019 coverage>=3.6,<3.99
Pat Ferate497a90f2015-03-09 09:52:54 -070020 unittest2
Takashi Matsuo30125122015-08-19 11:42:32 -070021 mock
Jon Wayne Parrottd3a5cf42017-06-19 17:55:04 -070022commands = nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85 []