[Pkg-anonymity-tools] [onionshare] 03/140: Add initial .travis.yml for CI
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 2fb37c943356ba1cdaa46b7b051e97638a8c8e4c
Author: Mason Donahue <masond+github at gmail.com>
Date: Wed Aug 20 21:58:56 2014 -0500
Add initial .travis.yml for CI
---
.travis.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c299e1b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+# command to install dependencies
+before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4"
+install: "pip install -r requirements.txt"
+# command to run tests
+script: nosetests test
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list