summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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