From: Andrew Sichevoi Date: Sun, 29 Oct 2017 06:59:07 +0000 (+0300) Subject: build: initial basic travis.yml added to make python's sdist X-Git-Url: http://git.thekondor.net/?a=commitdiff_plain;h=71619538084582a715ae9f906e937cff388b9037;p=debocker.git build: initial basic travis.yml added to make python's sdist --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7e97ba7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "3.3" + - "3.4" +script: + - python setup.py sdist