summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 200645a..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-test:
- override:
- - pyenv versions
- - pyenv shell 2.7.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.4; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.5; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.6; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.7; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.8; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.9; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 2.7.10; 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.2.5; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.3.0; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.3.2; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.3.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.4.0; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.4.1; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.4.2; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.4.3; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell 3.5.0; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.2.1; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.3.1; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.4.0; eval "$(pyenv init -)"; python --version; python test/testall.py
- - pyenv shell pypy-2.5.0; eval "$(pyenv init -)"; python --version; python test/testall.py