File tree Expand file tree Collapse file tree 5 files changed +38
-4
lines changed
Expand file tree Collapse file tree 5 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 1+ .venv
12.vscode
3+ node_modules
24
35# Byte-compiled / optimized / DLL files
46__pycache__ /
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ before_script:
1818 - chmod +x ./cc-test-reporter
1919 - ./cc-test-reporter before-build
2020script :
21- - coverage run --source=bootstrap_datepicker_plus runtests.py
21+ - npm run travis-test
2222 - coverage xml
2323after_script :
2424 - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Original file line number Diff line number Diff line change @@ -230,17 +230,17 @@ This project implements `Eonasdan/bootstrap-datetimepicker <https://github.com/E
230230The project was initially forked from `pbucher/django-bootstrap-datepicker <https://github.com/pbucher/django-bootstrap-datepicker >`__.
231231
232232
233- .. |date-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/master /images/date-picker.png
233+ .. |date-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251 /images/date-picker.png
234234 :alt: Date-picker
235235 :width: 218px
236236 :height: 280px
237237
238- .. |datetime-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/master /images/datetime-picker.png
238+ .. |datetime-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251 /images/datetime-picker.png
239239 :alt: Datetime-picker
240240 :width: 218px
241241 :height: 280px
242242
243- .. |time-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/master /images/time-picker.png
243+ .. |time-picker-image | image :: https://raw.githubusercontent.com/monim67/django-bootstrap-datepicker-plus/26d89a744d403a895422313a48c02885c4718251 /images/time-picker.png
244244 :alt: Time-picker
245245 :width: 218px
246246 :height: 280px
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " django-bootstrap-datepicker-plus-dev-suite" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Developement package for django-bootstrap-datepicker-plus" ,
5+ "main" : " index.js" ,
6+ "directories" : {
7+ "test" : " tests"
8+ },
9+ "scripts" : {
10+ "test" : " python runtests.py" ,
11+ "coverage" : " coverage run --source=bootstrap_datepicker_plus runtests.py && coverage report" ,
12+ "travis-test" : " coverage run --source=bootstrap_datepicker_plus runtests.py" ,
13+ "build" : " python setup.py sdist bdist_wheel" ,
14+ "upload" : " twine upload dist/*" ,
15+ "test-upload" : " twine upload --repository testpypi dist/*"
16+ },
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/monim67/django-bootstrap-datepicker-plus.git"
20+ },
21+ "author" : " Munim Munna" ,
22+ "license" : " Apache-2.0" ,
23+ "bugs" : {
24+ "url" : " https://github.com/monim67/django-bootstrap-datepicker-plus/issues"
25+ },
26+ "homepage" : " https://github.com/monim67/django-bootstrap-datepicker-plus"
27+ }
You can’t perform that action at this time.
0 commit comments