From 67fa28e3e71a7238bc77a2e9ea3e5e943a1c0ae0 Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Wed, 11 Apr 2018 13:39:49 +0200
Subject: [PATCH] fix cirleci

---
 .circleci/config.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f01b5d6e..6d995080 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -127,3 +127,11 @@ jobs:
           name: run tests
           command: |
             tox -e py35
+workflows:
+  version: 2
+  build_and_test:
+    jobs:
+      - build
+      - build-python2.7
+      - build-python3.4
+      - build-python3.5
-- 
GitLab