diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-09-04 20:01:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 20:01:45 +0200 |
commit | 89185f2ea855954f52c7b572aca597bc6272f43b (patch) | |
tree | 2eb4e668ce724ac7003254251d0f7e734f68eac1 | |
parent | 114d94035bf01c13d1991a307879bbd1322f9b64 (diff) | |
download | cherrypy-git-89185f2ea855954f52c7b572aca597bc6272f43b.tar.gz |
Completely wipe Python 3.4 from Circle CI
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 803fe51e..0aa21bc4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: pyenv install "$py_ver" & done wait - - run: pyenv global 3.7.0 3.6.4 3.5.4 3.4.7 pypy3.5-6.0.0 + - run: pyenv global 3.7.0 3.6.4 3.5.4 pypy3.5-6.0.0 - run: pip install tox tox-pyenv - checkout |