projects
/
debocker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07627a4
)
build: initial basic travis.yml added to make python's sdist
author
Andrew Sichevoi
<kondor@thekondor.net>
Sun, 29 Oct 2017 06:59:07 +0000
(09:59 +0300)
committer
Andrew Sichevoi
<kondor@thekondor.net>
Sun, 29 Oct 2017 06:59:07 +0000
(09:59 +0300)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
7e97ba7
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,6
@@
+language: python
+python:
+ - "3.3"
+ - "3.4"
+script:
+ - python setup.py sdist