blob: aa1b36cadba7e83d7828f3edbf101a1fff5ba615 [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
12setenv = PYTHONPATH=../google_appengine
Daniel Hermesb7c5a402013-04-05 09:32:45 -070013
14[testenv:py26]
15commands = nosetests --ignore-files=test_oauth2client_appengine\.py
16
17[testenv:py27]
Ali Afshar02b5f3f2012-09-06 08:43:10 -070018commands = nosetests