Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 88ab32f

Browse files
committed
Add bdist_rpm support
1 parent f91a7d7 commit 88ab32f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: python
22
sudo: false
33

4+
addons:
5+
apt:
6+
packages:
7+
- rpm
8+
49
python:
510
- 2.7
611
- 3.4

ci/before_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
python setup.py sdist
22
python setup.py bdist_wheel
3+
python setup.py bdist_rpm
34
python setup.py bdist_wininst

0 commit comments

Comments
 (0)