From 76a5a85720af1e6b50ebdee3d372b26826a68d43 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 26 May 2018 21:14:26 +0300
Subject: [PATCH] Fixed to Travis CI.

---
 .travis.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2a198ac..9346f7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,11 @@ cache:
   - pip
 matrix:
   include:
-    - python: "3.5"
+    - python: "3.6"
       env: TOXENV=docs
-    - python: "3.5"
+    - python: "3.6"
       env: TOXENV=bandit
-    - python: "2.7"
-      env: TOXENV=pre-commit
-    - python: "3.5"
+    - python: "3.6"
       env: TOXENV=pre-commit
   allow_failures:
     - python: "3.2"
-- 
GitLab