build: initial basic travis.yml added to make python's sdist
authorAndrew Sichevoi <kondor@thekondor.net>
Sun, 29 Oct 2017 06:59:07 +0000 (09:59 +0300)
committerAndrew Sichevoi <kondor@thekondor.net>
Sun, 29 Oct 2017 06:59:07 +0000 (09:59 +0300)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..7e97ba7
--- /dev/null
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "3.3"
+ - "3.4"
+script:
+ - python setup.py sdist