From 27922e28fd38610434745baa482a36d5d4e5b02d Mon Sep 17 00:00:00 2001 From: Chalermchai Prompunya Date: Mon, 1 Oct 2018 14:18:45 +0700 Subject: [PATCH] Add New File .travis.yml for Intergrate travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3f60cf1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python + python: + - "3.6" + script: + - pytest \ No newline at end of file