summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 16:39:14 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 16:39:14 +0900
commit20396093026cbee4a8aacd8006db4766c0b49386 (patch)
tree37efbfd7f6f6a168983cf5ec97772516f950549f
parent0177d6df38a4587060f179b62164ea65822d9846 (diff)
downloadjsonrpclib-20396093026cbee4a8aacd8006db4766c0b49386.tar.gz
Moving CI dependencies to dev-requirements.
-rw-r--r--.circleci/config.yml3
-rw-r--r--dev-requirements.txt4
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