summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
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 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: