From db121976f11b4bcf20f3ab4a33b9fabbbaf0e938 Mon Sep 17 00:00:00 2001 From: deepanshu-jain1999 Date: Mon, 1 Oct 2018 15:23:41 +0530 Subject: [PATCH 1/2] Add TravisCI --- .idea/Unique-Python.iml | 11 +++++++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 18 ++++++++++++++++++ .travis.yml | 8 ++++++++ 6 files changed, 58 insertions(+) create mode 100644 .idea/Unique-Python.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 .travis.yml diff --git a/.idea/Unique-Python.iml b/.idea/Unique-Python.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/Unique-Python.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f99b311 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..74ebf90 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..51e77f9 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9da6caf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.7" +cache: pip +install: + - pip install -r requirements.txt +script: + - python tests.py \ No newline at end of file From 935ab6ceb7d5a74f1ab595d471ffd5c95b767789 Mon Sep 17 00:00:00 2001 From: deepanshu-jain1999 Date: Mon, 1 Oct 2018 15:29:01 +0530 Subject: [PATCH 2/2] Add requirements.txt --- .idea/workspace.xml | 187 +++++++++++++++++++++++++++++++++++++++++++- requirements.txt | 0 2 files changed, 185 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51e77f9..a0a3403 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,92 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + +