commit 3d0b714fc440b8b2e121dc18ae4aca7e97874ca4 Author: Isis Lovecruft isis@torproject.org Date: Sat Oct 26 07:16:06 2013 +0000
Add commands for CouchDB testing to .travis.yml (innactive for now). --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/.travis.yml b/.travis.yml index daec6d6..e9e6f31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python + notifications: irc: channels: @@ -11,15 +12,26 @@ notifications: - isis@torproject.org on_success: change on_failure: change + before_install: - sudo apt-get update - sudo apt-get install --no-install-suggests --no-install-recommends tor-geoipdb build-essential python-dev python-setuptools openssl sqlite3 libgpgme11-dev + python: - "2.6" - "2.7" + +#services: +# - couchdb + install: - pip install -r requirements.txt --use-mirrors - make install + +#before_script: +# # For testing with CouchDB +# - curl -X PUT localhost:5984/myapp_test + # command to run tests, e.g. python setup.py test script: - python setup.py test
tor-commits@lists.torproject.org