summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@mobilityhouse.com>2017-07-22 08:25:00 +0200
committerOz N Tiram <oz.tiram@mobilityhouse.com>2017-07-22 08:25:00 +0200
commit468e0e18c11692d6cf99508d0a9d965a702d0e25 (patch)
treec1537cb427bafe021ccf6502b2cca1bc6b16d225
parentc844013264a72d7f8cec179e328dbed313c74f71 (diff)
downloadbottle-468e0e18c11692d6cf99508d0a9d965a702d0e25.tar.gz
Remove Python 3.2 from CircleCI too
-rw-r--r--circle.yml1
1 files changed, 0 insertions, 1 deletions
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