FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AsyncOpenStackClient/.travis.yml at master · DreamLab/AsyncOpenStackClient · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DreamLab
/
AsyncOpenStackClient
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
18
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AsyncOpenStackClient
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.32 KB
Breadcrumbs
AsyncOpenStackClient
/
.travis.yml
Copy path
File metadata and controls
38 lines (38 loc) · 1.32 KB
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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language
:
python
sudo
:
false
cache
:
pip
matrix
:
include
:
-
python
:
'
3.5
'
env
:
-
TOXENV=python3-cover,check,report
-
python
:
'
3.6
'
env
:
-
TOXENV=python3-cover,check,report
before_install
:
-
python --version
-
uname -a
-
lsb_release -a
install
:
-
pip install tox
-
virtualenv --version
-
easy_install --version
-
pip --version
-
tox --version
script
:
-
tox -v
after_failure
:
-
more .tox/log/* | cat
-
more .tox/*/log/* | cat
notifications
:
email
:
on_success
:
never
on_failure
:
always
deploy
:
provider
:
pypi
user
:
dreamlab-paas-pypi
password
:
secure
:
qS19xJEZJL2wLwDpBTxwkrrX4P4kIhdYtphULK9ASotO2YpziFwpBPk8UAVfygkaD2rnDB0PKB9kaIXtbi7ZeTF3xA//QDLG6XrdmkSaQnuc5OGmVmqGKy2R5j5VbR8kjXPoaeZ93INsb8FI7TZcWsCt+CShNLQ25aYlW7kecHm2XbWHzETnPaRVJ+Osus0waOpuk38g8ECtsJTopI8mJQWplsJCKyIoBJ67rxs7nUqcMXLA61ZBWqTOAMkw0ZK0YJYHqtn51/S27NrIQGaZG5AwPu6HcWjqC7g9hhQwb2iDi4C+EHM9ozMz+HKqIlJw2pEyA8VFznpeKaVu9LC/hJwFavWuKC+Y1DYB+WzMagf4NsYQNBh+zYX/12QEXs6K5plwRBnd1lA6k2sfzlIS/xDAoNrJwLAu1/OMe6wIrNkbfi36vxJAJ+mqFqRsdCAC2TBjyI6BnTZa6paPlnRBILd1qhyOOfC7QAqLFLSrCXh97q5kM8n7UlCqus9mfVFkWtfTMYS4b+9Bhq0QZElgKWsCm6pTpVbvxNZBEsq8SZ0uAY6b03/0wImm6m00/uUBlcVBGP6tmuWG1kyGb38v2v6QDZyX0m1D8gKAfshLauWcr7Pm6/i7TwB5hz6uMnJ0fBxCw2kgb7r4KqwEwd2ZfgDh9fgDpe751QHjVP7hj0c=
on
:
tags
:
true
branch
:
master
Back
|
FazBrowse Home
|
New Git URL