Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit d9238e5

Browse files
committed
Configured automatic deployment to pypi.python.org after successful travis build
1 parent 78217e9 commit d9238e5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212

1313
# Package installation
1414
install:
15-
- pip install tox coveralls
15+
- pip install tox coveralls wheel
1616

1717
# Run tests
1818
script:
@@ -21,3 +21,14 @@ script:
2121
# Call subsequent services
2222
after_success:
2323
- coveralls
24+
25+
# Automate deployment after success
26+
deploy:
27+
provider: pypi
28+
user: timorieber
29+
password:
30+
secure: Oj7UR1AiM36IAKXazK5BnwTLOBTWFvyM/qu6/vveDVw4ZmVXYI47nmNsB5C8Miwo4Ww3ls6TsvQ8pvRdDGkSSNZaAie666oaTOQ+PNspfTKPEF91+TV5s4Q1SGfHgh8t6dT91zF11Mb/Ljfni6KK2tuSZGJ1RgNmObZSmH91PPo=
31+
on:
32+
tags: true
33+
repo: timorieber/django-bootstrap-ui
34+
distributions: sdist bdist_wheel

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

0 commit comments

Comments
 (0)