From 20396093026cbee4a8aacd8006db4766c0b49386 Mon Sep 17 00:00:00 2001 From: Josh Marshall Date: Wed, 31 Mar 2021 16:39:14 +0900 Subject: Moving CI dependencies to dev-requirements. --- .circleci/config.yml | 3 --- dev-requirements.txt | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec9f2ad..8d8f85a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,9 +12,6 @@ jobs: - run: name: Install dev dependencies command: pip3 install -r dev-requirements.txt - - run: - name: Install CI dependencies - command: pip3 install tox twine tox-pyenv build - run: pyenv install --skip-existing 3.5-dev - run: pyenv install --skip-existing 3.6-dev - run: pyenv install --skip-existing 3.7-dev diff --git a/dev-requirements.txt b/dev-requirements.txt index 8fa8b2f..c85472b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,7 @@ +build coverage flake8 pytest +tox +tox-pyenv +twine -- cgit v1.2.1