This adds a simple `.travis.yml` with support for python 2.6, 2.7, and pypy, and compacts a few lines in `tox.ini`.
14 lines
243 B
INI
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
|