projects
/
diaspy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf97a8b
)
Added .tarvis.yml file
author
Marek Marecki
<marekjm@taistelu.com>
Thu, 22 Aug 2013 09:43:25 +0000
(11:43 +0200)
committer
Marek Marecki
<marekjm@taistelu.com>
Thu, 22 Aug 2013 09:43:25 +0000
(11:43 +0200)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
58eb5f9
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,13
@@
+language: python
+
+python:
+ - "3.3"
+ - "3.2"
+ - "3.1"
+ - "3.0"
+ - "2.7"
+
+install:
+ - "pip install -r requirements.txt"
+
+script: python -m unittest --verbose --catch --failfast tests.py