summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2016-09-24 12:44:00 +0200
committerMarcel Hellkamp <marc@gsites.de>2016-09-24 12:44:00 +0200
commit9752ca1bd464371db0217a0681cd67d9a7a8dcda (patch)
tree21ac5952fe16f8a0e23986665b29dacc54883d11
parent9ff4f3981d08e3932fb22707b7d8f98649d84d13 (diff)
downloadbottle-9752ca1bd464371db0217a0681cd67d9a7a8dcda.tar.gz
circle-ci: Removed 3.1.5 tests (out of support) and disabled server adapter tests.
-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