summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml21
1 files changed, 10 insertions, 11 deletions
diff --git a/circle.yml b/circle.yml
index 924c5b2..c62f776 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,14 +1,13 @@
test:
override:
- pyenv versions
- - pyenv shell 2.7.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.1.5; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.2; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.4; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.5; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.2; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.4; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.5; eval "$(pyenv init -)"; python --version; python test/testall.py
+ - 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; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell 3.4; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell 3.5; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell pypy-2.2; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell pypy-2.3; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell pypy-2.4; eval "$(pyenv init -)"; python --version; python test/testall.py fast
+ - pyenv shell pypy-2.5; eval "$(pyenv init -)"; python --version; python test/testall.py fast