Files
deb-python-oauth2client/tox.ini
Craig Citro afe482d1bd First travis.yml for oauth2client.
This adds a simple `.travis.yml` with support for python 2.6, 2.7, and pypy,
and compacts a few lines in `tox.ini`.
2014-05-05 13:11:57 -07:00

14 lines
243 B
INI

[tox]
envlist = py26, py27
[testenv]
deps = keyring
mox
pyopenssl
pycrypto==2.6
django==1.2
webtest
nose
setenv = PYTHONPATH=../google_appengine
commands = nosetests --ignore-files=test_appengine\.py