FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-progressbar/.travis.yml at develop · KarrLab/python-progressbar · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
KarrLab
/
python-progressbar
Public
forked from
wolph/python-progressbar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-progressbar
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 699 Bytes
Breadcrumbs
python-progressbar
/
.travis.yml
Copy path
File metadata and controls
32 lines (32 loc) · 699 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
23
24
25
26
27
28
29
30
31
32
dist
:
xenial
sudo
:
false
language
:
python
python
:
-
'
2.7
'
-
'
3.4
'
-
'
3.5
'
-
'
3.6
'
-
'
3.7
'
-
pypy
install
:
-
pip install .
-
pip install -r tests/requirements.txt
before_script
:
flake8 progressbar tests
script
:
-
python setup.py test
-
python examples.py
after_success
:
-
coveralls
-
pip install codecov
-
codecov
before_deploy
:
"
python setup.py sdist bdist_wheel
"
deploy
:
provider
:
releases
api_key
:
secure
:
DmqlCoHxPh5465T5DQgdFE7Peqy7MVF034n7t/hpV2Lf4LH9fHUo2r1dpICpBIxRuDNCXtM3PJLk59OMqCchpcAlC7VkH6dTOLpigk/IXYtlJVr3cXQUEC0gmPuFsrZ/fpWUR0PBfUD/fBA0RW64xFZ6ksfc+76tdQrKj1appz0=
file
:
dist/*
file_glob
:
true
skip_cleanup
:
true
on
:
tags
:
true
repo
:
WoLpH/python-progressbar
Back
|
FazBrowse Home
|
New Git URL