[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Add commands for CouchDB testing to .travis.yml (innactive for now).
commit 3d0b714fc440b8b2e121dc18ae4aca7e97874ca4
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxx
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits