From 6ca129df99ac23e8bbd146200b0f8eb68902f8a2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 1 Sep 2018 13:33:26 -0400 Subject: Remove Python 2.7 from Circle CI. Ref #1730. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cee692a..493fd79b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,16 +15,16 @@ jobs: ' >> $BASH_ENV - run: |- - for py_ver in 2.7.14 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0 + for py_ver in 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0 do pyenv install "$py_ver" & done wait - - run: pyenv global 2.7.14 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0 + - run: pyenv global 3.6.4 3.5.4 3.4.7 pypy3.5-5.10.0 - run: pip install tox tox-pyenv - checkout - - run: tox -e py27,py34,py35,py36,pypy3 -- -p no:sugar + - run: tox -e py34,py35,py36,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 py27,py34,py35,py36 + - run: tox -e py34,py35,py36 - store_test_results: path: .test-results - store_test_results: -- cgit v1.2.1