From 932db2faa62e0e6c2154d612a6191470ebef5e40 Mon Sep 17 00:00:00 2001 From: George K Date: Fri, 16 Feb 2018 20:29:20 +0300 Subject: [PATCH] Remove install 2 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 763c7f9..82b6fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python -python: - - "3.4" - - "3.5" - - "3.6" - - "3.6-dev" - - "3.7-dev" +#python: +# - "3.4" +# - "3.5" +# - "3.6" +# - "3.6-dev" +# - "3.7-dev" #install: # - pip install -r requirements.txt deploy: