blob: e2e99ba6ed492bf0c5dfe860c82d50a3d1bf44a0 [file] [log] [blame]
Ali Afshar02b5f3f2012-09-06 08:43:10 -07001[tox]
2envlist = py26,py27
3
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