From 468e0e18c11692d6cf99508d0a9d965a702d0e25 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Sat, 22 Jul 2017 08:25:00 +0200 Subject: Remove Python 3.2 from CircleCI too --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9f8427c..fb87243 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,6 @@ test: - pyenv versions - pyenv shell 2.7.3; eval "$(pyenv init -)"; python --version; python test/testall.py fast - pyenv shell 2.7; eval "$(pyenv init -)"; python --version; python test/testall.py fast - - pyenv shell 3.2; eval "$(pyenv init -)"; python --version; python test/testall.py fast - pyenv shell 3.3-dev; eval "$(pyenv init -)"; python --version; python test/testall.py fast - pyenv shell 3.4-dev; eval "$(pyenv init -)"; python --version; python test/testall.py fast - pyenv shell 3.5-dev; eval "$(pyenv init -)"; python --version; python test/testall.py fast -- cgit v1.2.1