FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-client/circle.yml at master · prokopst/python-client · GitHub
prokopst
/
python-client
Public
forked from
launchdarkly/python-server-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-client
/
circle.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 912 Bytes
Breadcrumbs
python-client
/
circle.yml
Copy path
File metadata and controls
22 lines (19 loc) · 912 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
machine
:
services
:
-
redis
dependencies
:
pre
:
-
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.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.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.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
Back
|
FazBrowse Home
|
New Git URL