summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-09-04 19:39:28 +0200
committerGitHub <noreply@github.com>2018-09-04 19:39:28 +0200
commitd669515e6305a6c5e31b095b42bb761f69ee64d3 (patch)
tree7ad835188555c0ac0def8057b558a301b86f93fb /.circleci
parent96606332057fccecfd9b9770c67b576d879549a2 (diff)
downloadcherrypy-git-d669515e6305a6c5e31b095b42bb761f69ee64d3.tar.gz
Replace Python 3.4 with Python 3.7 in Circle CI
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 493fd79b..e946e333 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -15,16 +15,16 @@ jobs:
' >> $BASH_ENV
- run: |-
- for py_ver in 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0
+ for py_ver in 3.7.0 3.6.4 3.5.4 pypy3.5-5.10.0
do
pyenv install "$py_ver" &
done
wait
- - run: pyenv global 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0
+ - run: pyenv global 3.7.0 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0
- run: pip install tox tox-pyenv
- checkout
- - run: tox -e py34,py35,py36,pypy3 -- -p no:sugar
+ - run: tox -e py35,py36,py37,pypy3 -- -p no:sugar
- store_test_results:
path: .test-results
- store_test_results:
@@ -39,7 +39,7 @@ jobs:
steps:
- checkout
- run: pip install tox
- - run: tox -e py34,py35,py36
+ - run: tox -e py35,py36,py37
- store_test_results:
path: .test-results
- store_test_results: