From 71619538084582a715ae9f906e937cff388b9037 Mon Sep 17 00:00:00 2001 From: Andrew Sichevoi Date: Sun, 29 Oct 2017 09:59:07 +0300 Subject: [PATCH] build: initial basic travis.yml added to make python's sdist --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml 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 -- 2.20.1