From 2f17ac2d164abd27d82b73c20eb9220e22fb4edc Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:38:20 +0200 Subject: [PATCH 1/5] Create .travis.yml --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a44b9e4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: python +python: + - "3.3" + - "3.4" + - "3.5" + - "3.5-dev" # 3.5 development branch + - "3.6" + - "3.6-dev" # 3.6 development branch + - "3.7-dev" # 3.7 development branch +# command to install dependencies +install: + - pip3 install -r requirements.txt +# command to run tests +script: + - sudo HiddenEye.py From 2f4b5591f670e81ddbb0fbf79f599f3a5943e1b5 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:43:54 +0200 Subject: [PATCH 2/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a44b9e4..8fe0d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: - pip3 install -r requirements.txt # command to run tests script: - - sudo HiddenEye.py + - HiddenEye.py From 4b61ad15857d771623ae4760b95d78ba3916b2d5 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:45:49 +0200 Subject: [PATCH 3/5] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8fe0d88..1a369ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ install: - pip3 install -r requirements.txt # command to run tests script: + - ls - HiddenEye.py From 9b235da070a1deee51dc74a20b8851d78914b02f Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:48:09 +0200 Subject: [PATCH 4/5] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a369ab..aa9f82f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,4 @@ install: - pip3 install -r requirements.txt # command to run tests script: - - ls - - HiddenEye.py + -sudo python HiddenEye.py From b68b795bf289370c98f836001e0b205b25102c00 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Sun, 17 Feb 2019 21:50:54 +0200 Subject: [PATCH 5/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa9f82f..1d1da4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: - pip3 install -r requirements.txt # command to run tests script: - -sudo python HiddenEye.py + - sudo python HiddenEye.py