diff --git a/.circleci/config.yml b/.circleci/config.yml index e7e66e5..bdc2b46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,6 @@ jobs: - python/save-cache - run: command: | - python3 --version pipenv install pipenv run pytest workflows: diff --git a/Pipfile b/Pipfile index 0ac07b6..19612ab 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,3 @@ pytest = "*" [packages] pytest = "*" - -[requires] -python_version = "3.8" \ No newline at end of file