summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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