projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d9c22c
)
adding travis support
author
gcmalloc
<gcmalloc@gmail.com>
Mon, 15 Oct 2012 08:37:33 +0000
(10:37 +0200)
committer
gcmalloc
<gcmalloc@gmail.com>
Mon, 15 Oct 2012 08:58:35 +0000
(10:58 +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..
05dd519
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,7
@@
+language: python
+#specify the python version
+python:
+ - "2.6"
+ - "2.7"
+# command to run tests
+script: nosetests tests