From fa294c12f12a57a58a12bd0c5b9253aa324f1b40 Mon Sep 17 00:00:00 2001 From: MennaRady <50084251+MennaRady@users.noreply.github.com> Date: Thu, 23 Apr 2020 19:37:25 +0200 Subject: [PATCH] Add .circleci/config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88edb4d..1b88918 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ -version: 2.1 +version: 2.7 orbs: - python: circleci/python@0.2.1 + python: circleci/python@0.2.7 jobs: build-and-test: @@ -12,7 +12,7 @@ jobs: - python/install-deps - python/save-cache - run: - command: Tests/test_baseApi.py test + command: ./Tests/test_baseApi.py test name: Test workflows: