From 0395a2e48f72fd49e2aaa3f548301ab0d0a8c5c0 Mon Sep 17 00:00:00 2001 From: Hoseong Son Date: Sat, 24 Nov 2018 19:36:24 +0900 Subject: [PATCH] Add travis ci --- .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..208755e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.6" +script: + - python -m pytest test/ \ No newline at end of file