This repository was archived by the owner on May 5, 2022. It is now read-only.
forked from launchdarkly/python-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
27 lines (24 loc) · 1.24 KB
/
Copy pathcircle.yml
File metadata and controls
27 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
machine:
services:
- redis
dependencies:
pre:
- pyenv shell 2.6.6; $(pyenv which pip) install --upgrade pip setuptools
- pyenv shell 2.7.10; $(pyenv which pip) install --upgrade pip setuptools
- pyenv shell 3.3.3; $(pyenv which pip) install --upgrade pip setuptools
- pyenv shell 3.4.2; $(pyenv which pip) install --upgrade pip setuptools
- pyenv shell 2.6.6; $(pyenv which pip) install -r python2.6-requirements.txt
- pyenv shell 2.6.6; $(pyenv which pip) install -r test-requirements.txt
- pyenv shell 2.7.10; $(pyenv which pip) install -r test-requirements.txt
- pyenv shell 3.3.3; $(pyenv which pip) install -r test-requirements.txt
- pyenv shell 3.4.2; $(pyenv which pip) install -r test-requirements.txt
- pyenv shell 2.6.6; $(pyenv which python) setup.py install
- pyenv shell 2.7.10; $(pyenv which python) setup.py install
- pyenv shell 3.3.3; $(pyenv which python) setup.py install
- pyenv shell 3.4.2; $(pyenv which python) setup.py install
test:
override:
- pyenv shell 2.6.6; $(pyenv which py.test) testing
- pyenv shell 2.7.10; $(pyenv which py.test) testing
- pyenv shell 3.3.3; $(pyenv which py.test) -s testing
- pyenv shell 3.4.2; $(pyenv which py.test) -s testing