blob: 9105025fc1cee7d792bcd291c32b5981dd8f4473 [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
Pat Ferate7d432362015-03-10 11:01:34 -07002envlist = py26, py27, py33, py34
Ali Afshar02b5f3f2012-09-06 08:43:10 -07003
4[testenv]
5deps = keyring
6 mox
7 pyopenssl
Joe Gregorio0b723c22013-01-03 15:00:50 -05008 pycrypto==2.6
Craig Citro06823722014-10-15 11:48:30 -07009 django
Ali Afshar02b5f3f2012-09-06 08:43:10 -070010 webtest
11 nose
Pat Feratee14d7912015-03-30 07:38:55 -070012 coverage>=3.6,<3.99
Pat Ferate497a90f2015-03-09 09:52:54 -070013 unittest2
Pat Feratee14d7912015-03-30 07:38:55 -070014commands = nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=85