forked from bottlepy/bottle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle.yml
13 lines (13 loc) · 1007 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
test:
override:
- 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.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
- pyenv shell 3.6-dev; 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