From 5613a57c50cefcb7800a6a54e60e77187dfc18c6 Mon Sep 17 00:00:00 2001
From: Holger <holger@nahrstaedt.de>
Date: Sat, 22 Sep 2018 12:29:07 +0200
Subject: [PATCH] revert changes

---
 .circleci/config.yml | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index baa4bade..ae7ff195 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -120,26 +120,6 @@ jobs:
           command: |
             tox -e py35
 
-  build-python3.7:
-    docker:
-      - image: circleci/python:3.7.0
-    working_directory: ~/repo
-    steps:
-      - checkout
-      # Download and cache dependencies
-      - restore_cache:
-          keys:
-          - v1-dependencies-{{ checksum "requirements-test.txt" }}
-          # fallback to using the latest cache if no exact match is found
-          - v1-dependencies-
-      - run:
-          name: install dependencies
-          command: |
-            sudo python -m pip install --upgrade -r requirements-test.txt
-      - run:
-          name: run tests
-          command: |
-            tox -e py37
 workflows:
   version: 2
   build:
@@ -154,6 +134,4 @@ workflows:
       - build-python3.5:
           requires:
             - build-python3.4
-      - build-python3.7:
-          requires:
-            - build-python3.7
+
-- 
GitLab