blob: b7c6591f33d13507966067ee4cf56a5355fe89a0 [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
Joe Gregorioc9231322013-08-07 12:19:32 -04002envlist = py27
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
Ali Afshar02b5f3f2012-09-06 08:43:10 -07009 django==1.2
10 webtest
11 nose
Craig Citro951b75f2014-08-18 23:14:20 -070012 uritemplate
Ali Afshar02b5f3f2012-09-06 08:43:10 -070013setenv = PYTHONPATH=../google_appengine
Daniel Hermesb7c5a402013-04-05 09:32:45 -070014
15[testenv:py26]
16commands = nosetests --ignore-files=test_oauth2client_appengine\.py
17
18[testenv:py27]
Ali Afshar02b5f3f2012-09-06 08:43:10 -070019commands = nosetests